Commit e754d67e authored by Mislav Marohnić's avatar Mislav Marohnić
Browse files

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

parent 32a825c5
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -22,7 +22,7 @@ load test_helper
  PREFIX="${PWD}/usr" run "${BATS_TEST_DIRNAME}/../install.sh"
  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
-rw-r--r--
-rw-r--r--