From ebbdf24b033ca178780ac0d4530029cf73fab48a Mon Sep 17 00:00:00 2001 From: Brad Henry Date: Sat, 14 Oct 2006 20:18:53 +0000 Subject: r19279: These setup and cleanup functions are general enough for any test which needs a share to operate on, not just the qfileinfo test, so now they are named more appropriately. (This used to be commit eb16d5324d6e1f4e4b33993e23a6446c3289a85f) --- source4/script/tests/test_win.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'source4/script') diff --git a/source4/script/tests/test_win.sh b/source4/script/tests/test_win.sh index 8861e2eccd..b7cd3d2604 100755 --- a/source4/script/tests/test_win.sh +++ b/source4/script/tests/test_win.sh @@ -18,7 +18,7 @@ # I was finding that "cat common.exp wintest_setup.exp | expect -f -" # fails to run, but exits with 0 status something like 1% of the time. -setup_qfileinfo_test() +setup_share_test() { echo -e "\nSetting up windows environment." cat $WINTEST_DIR/common.exp > $TMPDIR/setup.exp @@ -29,7 +29,7 @@ setup_qfileinfo_test() } # Clean up the windows environment after the test has run or failed. -remove_qfileinfo_test() +remove_share_test() { echo -e "\nCleaning up windows environment." cat $WINTEST_DIR/common.exp > $TMPDIR/remove.exp @@ -59,7 +59,7 @@ fi test_name="RAW-QFILEINFO / WINDOWS SERVER" echo -e "\n$test_name SETUP PHASE" -setup_qfileinfo_test +setup_share_test if [ $err_rtn -ne 0 ]; then # If test setup fails, load VM snapshot and skip test. -- cgit