aboutsummaryrefslogtreecommitdiffstats
path: root/testsuite
diff options
context:
space:
mode:
authorWayne Davison <wayned@samba.org>2006-10-11 00:51:50 +0000
committerWayne Davison <wayned@samba.org>2006-10-11 00:51:50 +0000
commit558d482c477b4473eb004d69633799226fdf5a98 (patch)
tree590cf5abccd99eaf9f6b4e8c3fec32b0800534e5 /testsuite
parent418b6a270377f3cade34eb93498cab557e08e090 (diff)
downloadandroid_external_rsync-558d482c477b4473eb004d69633799226fdf5a98.tar.gz
android_external_rsync-558d482c477b4473eb004d69633799226fdf5a98.tar.bz2
android_external_rsync-558d482c477b4473eb004d69633799226fdf5a98.zip
Renumbered tests after adding one in the middle.
Diffstat (limited to 'testsuite')
-rw-r--r--testsuite/itemize.test10
1 files changed, 5 insertions, 5 deletions
diff --git a/testsuite/itemize.test b/testsuite/itemize.test
index c05129f2..1614fb94 100644
--- a/testsuite/itemize.test
+++ b/testsuite/itemize.test
@@ -214,7 +214,7 @@ cd+++++++ bar/
cd+++++++ bar/baz/
cd+++++++ foo/
EOT
-diff $diffopt "$chkfile" "$outfile" || test_fail "test 12 failed"
+diff $diffopt "$chkfile" "$outfile" || test_fail "test 13 failed"
rm -rf "$todir"
$RSYNC -vvplrtH --link-dest="$lddir" "$fromdir/" "$todir/" \
@@ -231,7 +231,7 @@ foo/config2 is uptodate
"foo/extra" is a hard link
foo/sym is uptodate
EOT
-diff $diffopt "$chkfile" "$outfile" || test_fail "test 13 failed"
+diff $diffopt "$chkfile" "$outfile" || test_fail "test 14 failed"
rm -rf "$todir"
$RSYNC -ivvplrtH --compare-dest="$lddir" "$fromdir/" "$todir/" \
@@ -249,7 +249,7 @@ cd+++++++ foo/
.f foo/config2
.L foo/sym -> ../bar/baz/rsync
EOT
-diff $diffopt "$chkfile" "$outfile" || test_fail "test 14 failed"
+diff $diffopt "$chkfile" "$outfile" || test_fail "test 15 failed"
rm -rf "$todir"
$RSYNC -iplrtH --compare-dest="$lddir" "$fromdir/" "$todir/" \
@@ -260,7 +260,7 @@ cd+++++++ bar/
cd+++++++ bar/baz/
cd+++++++ foo/
EOT
-diff $diffopt "$chkfile" "$outfile" || test_fail "test 15 failed"
+diff $diffopt "$chkfile" "$outfile" || test_fail "test 16 failed"
rm -rf "$todir"
$RSYNC -vvplrtH --compare-dest="$lddir" "$fromdir/" "$todir/" \
@@ -277,7 +277,7 @@ foo/config2 is uptodate
"foo/extra" is a hard link
foo/sym is uptodate
EOT
-diff $diffopt "$chkfile" "$outfile" || test_fail "test 16 failed"
+diff $diffopt "$chkfile" "$outfile" || test_fail "test 17 failed"
# The script would have aborted on error, so getting here means we've won.
exit 0