We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
ls
1 parent 32a825c commit e754d67Copy full SHA for e754d67
test/installer.bats
@@ -22,7 +22,7 @@ load test_helper
22
PREFIX="${PWD}/usr" run "${BATS_TEST_DIRNAME}/../install.sh"
23
assert_success ""
24
25
- run $BASH -c 'ls -l usr/share/ruby-build | tail -2 | cut -d" " -f1'
+ run $BASH -c 'ls -l usr/share/ruby-build | tail -2 | cut -c1-10'
26
assert_output <<OUT
27
-rw-r--r--
28
0 commit comments