summaryrefslogtreecommitdiffstats
path: root/tests/bugs/snapshot/bug-1162462.t
diff options
context:
space:
mode:
Diffstat (limited to 'tests/bugs/snapshot/bug-1162462.t')
-rwxr-xr-xtests/bugs/snapshot/bug-1162462.t2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/bugs/snapshot/bug-1162462.t b/tests/bugs/snapshot/bug-1162462.t
index aed79fdd2c7..5c2e4fe37f0 100755
--- a/tests/bugs/snapshot/bug-1162462.t
+++ b/tests/bugs/snapshot/bug-1162462.t
@@ -22,7 +22,7 @@ ln -s $M0/file1 $M0/test/file_symlink
ls -l $M0/ > /dev/null
ls -l $M0/test/ > /dev/null
-TEST $CLI snapshot create snap1 $V0;
+TEST $CLI snapshot create snap1 $V0 no-timestamp;
$CLI snapshot activate snap1;
EXPECT 'Started' snapshot_status snap1;