Shell scripts should explicitly "exit 0" for portability. Thanks Jos.
authorMartin Pool <mbp@samba.org>
Tue, 26 Mar 2002 10:36:45 +0000 (10:36 +0000)
committerMartin Pool <mbp@samba.org>
Tue, 26 Mar 2002 10:36:45 +0000 (10:36 +0000)
testsuite/hands.test

index 4705641..89dd4b8 100644 (file)
@@ -24,3 +24,5 @@ runtest "extra data" 'checkit "$RSYNC -avH ${FROM}/ ${TO}" ${FROM}/ ${TO}'
 
 cp ${FROM}/text ${TO}/ThisShouldGo
 runtest " --delete" 'checkit "$RSYNC --delete -avH ${FROM}/ ${TO}" ${FROM}/ ${TO}'
+
+exit 0