diff options
author | Wayne Davison <wayned@samba.org> | 2004-02-04 18:24:41 +0000 |
---|---|---|
committer | Wayne Davison <wayned@samba.org> | 2004-02-04 18:24:41 +0000 |
commit | 05118158f4f59a5f512e5bab640f253332a6e181 (patch) | |
tree | 36c5a29e506631d95d6e7b23444456752d10c4fd /testsuite/devices.test | |
parent | 1df395f7c211698420488a3f6600fd5cf50b7785 (diff) | |
download | rsync-05118158f4f59a5f512e5bab640f253332a6e181.tar.gz rsync-05118158f4f59a5f512e5bab640f253332a6e181.tar.bz2 rsync-05118158f4f59a5f512e5bab640f253332a6e181.zip |
Improved the trailing comment.
Diffstat (limited to 'testsuite/devices.test')
-rw-r--r-- | testsuite/devices.test | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/testsuite/devices.test b/testsuite/devices.test index 70f4f948..7b4577e3 100644 --- a/testsuite/devices.test +++ b/testsuite/devices.test @@ -26,6 +26,5 @@ mknod "$fromdir/block3" b 105 73 || test_skipped "Can't create block device node checkit "$RSYNC -aHvv \"$fromdir/\" \"$todir/\"" "$fromdir" "$todir" +# The script would have aborted on error, so getting here means we've won. exit 0 -# last [] may have failed but if we get here then we've won - |