summaryrefslogtreecommitdiffstats
path: root/tests.sh
diff options
context:
space:
mode:
Diffstat (limited to 'tests.sh')
-rwxr-xr-xtests.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests.sh b/tests.sh
index 0809226..f59ac84 100755
--- a/tests.sh
+++ b/tests.sh
@@ -1239,7 +1239,7 @@ function test_quit_implicit_print() {
}
function test_inum() {
- local inode="$(ls -id basic/k/foo/bar | cut -f1 -d' ')"
+ local inode="$(ls -id basic/k/foo/bar | awk '{ print $1 }')"
bfs_diff basic -inum "$inode"
}