Commit e754d67e by Mislav Marohnić

Fix test to compensate for different `ls` output on Fedora/Centos

parent 32a825c5
...@@ -22,7 +22,7 @@ load test_helper ...@@ -22,7 +22,7 @@ load test_helper
PREFIX="${PWD}/usr" run "${BATS_TEST_DIRNAME}/../install.sh" PREFIX="${PWD}/usr" run "${BATS_TEST_DIRNAME}/../install.sh"
assert_success "" assert_success ""
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'
assert_output <<OUT assert_output <<OUT
-rw-r--r-- -rw-r--r--
-rw-r--r-- -rw-r--r--
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment