summaryrefslogtreecommitdiff
path: root/tests/misc/stat-nanoseconds
diff options
context:
space:
mode:
Diffstat (limited to 'tests/misc/stat-nanoseconds')
-rwxr-xr-xtests/misc/stat-nanoseconds2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/misc/stat-nanoseconds b/tests/misc/stat-nanoseconds
index 27282f4e7..33dc58a7a 100755
--- a/tests/misc/stat-nanoseconds
+++ b/tests/misc/stat-nanoseconds
@@ -27,7 +27,7 @@ export TZ
touch -d '1970-01-01 18:43:33.023456789' k || framework_failure_
ls --full-time | grep 18:43:33.023456789 \
- || skip_ this file system does not support sub-second time stamps
+ || skip_test_ this file system does not support sub-second time stamps
test "$(stat -c %X k)" = 67413 || fail=1
test "$(stat -c %.X k)" = 67413.023456789 || fail=1