From 034fc3e70a20166dd236451bac106e70d5c32b96 Mon Sep 17 00:00:00 2001 From: "Joel W. Reed" Date: Wed, 5 Sep 2007 23:17:35 -0400 Subject: [PATCH] more.test.case.fixes --- docs/examples/ex07-rename-files.sh | 4 ++-- docs/examples/ex12-checkin-deletes.sh | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/examples/ex07-rename-files.sh b/docs/examples/ex07-rename-files.sh index a9c5b74..78f0af7 100755 --- a/docs/examples/ex07-rename-files.sh +++ b/docs/examples/ex07-rename-files.sh @@ -1,5 +1,5 @@ #!/bin/sh SERVER=$1 LOGIN=$2 -echo tf /server:$SERVER /login:$LOGIN rename /tmp/tf4mono/testdir1 /tmp/tf4mono/testdir3 -tf /server:$SERVER /login:$LOGIN rename /tmp/tf4mono/testdir1 /tmp/tf4mono/testdir3 +echo tf /server:$SERVER /login:$LOGIN rename /tmp/tf4mono/test1.txt /tmp/tf4mono/test4.txt +tf /server:$SERVER /login:$LOGIN rename /tmp/tf4mono/test1.txt /tmp/tf4mono/test4.txt diff --git a/docs/examples/ex12-checkin-deletes.sh b/docs/examples/ex12-checkin-deletes.sh index 82362d9..209df78 100755 --- a/docs/examples/ex12-checkin-deletes.sh +++ b/docs/examples/ex12-checkin-deletes.sh @@ -1,5 +1,5 @@ #!/bin/sh SERVER=$1 LOGIN=$2 -echo tf /server:$SERVER /login:$LOGIN checkin /tmp/tf4mono/ /C:second.checkin /tmp/tf4mono/test*.txt -tf /server:$SERVER /login:$LOGIN checkin /tmp/tf4mono/ /C:second.checkin /tmp/tf4mono/test*.txt +echo tf /server:$SERVER /login:$LOGIN checkin /tmp/tf4mono/ /C:delete.checkin /tmp/tf4mono/ +tf /server:$SERVER /login:$LOGIN checkin /tmp/tf4mono/ /C:delete.checkin /tmp/tf4mono/ -- 2.11.4.GIT