From 288b3850d88bd7d05cd80189f2217bd8201c17fa Mon Sep 17 00:00:00 2001 From: Brad Henry Date: Sat, 21 Oct 2006 03:18:09 +0000 Subject: r19432: This way of reverting snapshots is much better than the way I was doing them before. (This used to be commit 42171cbf4959ba36114762a09a747a3c7c87d135) --- source4/script/tests/test_win.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source4/script/tests/test_win.sh b/source4/script/tests/test_win.sh index 071336e856..764672adf0 100755 --- a/source4/script/tests/test_win.sh +++ b/source4/script/tests/test_win.sh @@ -42,7 +42,7 @@ remove_share_test() restore_snapshot() { echo -e $1 - perl -I$WINTEST_DIR $WINTEST_DIR/vm_load_snapshot.pl + vmrun revertToSnapshot "$VM_CFG_PATH" echo "Snapshot restored." } -- cgit