diff options
Diffstat (limited to 'source4/script/tests/test_win.sh')
-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." } |