summaryrefslogtreecommitdiffstats
path: root/test/Repository/multi-dir.py
diff options
context:
space:
mode:
Diffstat (limited to 'test/Repository/multi-dir.py')
-rw-r--r--test/Repository/multi-dir.py3
1 files changed, 1 insertions, 2 deletions
diff --git a/test/Repository/multi-dir.py b/test/Repository/multi-dir.py
index a588814..fb8c0e6 100644
--- a/test/Repository/multi-dir.py
+++ b/test/Repository/multi-dir.py
@@ -95,7 +95,7 @@ repository/src/main.c
""")
# Double-check that the Repository is up-to-date.
-#test.up_to_date(chdir = 'repository', arguments = ".")
+test.up_to_date(chdir = 'repository', arguments = ".")
# Make the repository non-writable,
# so we'll detect if we try to write into it accidentally.
@@ -143,4 +143,3 @@ repository/src/main.c
#
test.pass_test()
-__END__