diff options
author | Brad Henry <brad@samba.org> | 2006-10-21 03:18:09 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 14:21:30 -0500 |
commit | 288b3850d88bd7d05cd80189f2217bd8201c17fa (patch) | |
tree | 4925ed4402d99d27742aa014adc34da54ae7ea36 /source4/script/tests | |
parent | af870da6194b47c6cd09445c1e03832d00e951bb (diff) | |
download | samba-288b3850d88bd7d05cd80189f2217bd8201c17fa.tar.gz samba-288b3850d88bd7d05cd80189f2217bd8201c17fa.tar.bz2 samba-288b3850d88bd7d05cd80189f2217bd8201c17fa.zip |
r19432: This way of reverting snapshots is much better than the way I was doing them before.
(This used to be commit 42171cbf4959ba36114762a09a747a3c7c87d135)
Diffstat (limited to 'source4/script/tests')
-rwxr-xr-x | source4/script/tests/test_win.sh | 2 |
1 files changed, 1 insertions, 1 deletions
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." } |