tests: Use stat -c
[xfstests-dev.git] / tests / generic / 192
index f630be9c50642024bf96d9d466c7e188cabddb67..b2da35882713d83aebd4e6be2028805256d09232 100755 (executable)
@@ -35,7 +35,7 @@ trap "exit \$status" 0 1 2 3 15
 
 _access_time()
 {
-       stat --format=%X $1
+       stat -%X $1
 }
 
 is_noatime_set() {