summaryrefslogtreecommitdiffstats
path: root/test/Repository/multi-dir.py
diff options
context:
space:
mode:
authorSteven Knight <knight@baldmt.com>2002-07-30 01:59:06 (GMT)
committerSteven Knight <knight@baldmt.com>2002-07-30 01:59:06 (GMT)
commit855895b97fa7f9d67dfcc41140efbe55bf98f291 (patch)
treebbdd679dc50dc6fb1cfcdc6f843f9738db98b081 /test/Repository/multi-dir.py
parent7b142dbd32c3673ae57bda1fea98a8d8e3f7d0e5 (diff)
downloadSCons-855895b97fa7f9d67dfcc41140efbe55bf98f291.zip
SCons-855895b97fa7f9d67dfcc41140efbe55bf98f291.tar.gz
SCons-855895b97fa7f9d67dfcc41140efbe55bf98f291.tar.bz2
Add more Repository tests (and clean up multi-dir.py).
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__