summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xrun-tests.sh3
-rw-r--r--tests/basic/uss.t2
2 files changed, 2 insertions, 3 deletions
diff --git a/run-tests.sh b/run-tests.sh
index bd9fec6bab5..ee7405e5e67 100755
--- a/run-tests.sh
+++ b/run-tests.sh
@@ -194,8 +194,7 @@ function run_tests()
function is_bad_test ()
{
local name=$1
- for bt in ./tests/basic/uss.t \
- ./tests/basic/quota-anon-fd-nfs.t \
+ for bt in ./tests/basic/quota-anon-fd-nfs.t \
; do
[ x"$name" = x"$bt" ] && return 0 # bash: zero means true/success
done
diff --git a/tests/basic/uss.t b/tests/basic/uss.t
index c41217ca025..60fcadffd2e 100644
--- a/tests/basic/uss.t
+++ b/tests/basic/uss.t
@@ -323,7 +323,7 @@ TEST ls $M0/.history;
EXPECT_WITHIN 30 "6" count_snaps $M0;
-TEST stat $M0/.history/snap6/aaa
+EXPECT_WITHIN 10 "Y" lookup $M0/.history/snap6/aaa
TEST rm -f $M0/aaa;