Loading test/bash_testing2.sh +1 −1 Original line number Diff line number Diff line Loading @@ -5,7 +5,7 @@ ROOT=${1} echo "Creating a file from with content foo" in ${ROOT} echo "foo" > ${ROOT}/a.out echo foo > ${ROOT}/a.out echo "Testing if file exists" Loading Loading
test/bash_testing2.sh +1 −1 Original line number Diff line number Diff line Loading @@ -5,7 +5,7 @@ ROOT=${1} echo "Creating a file from with content foo" in ${ROOT} echo "foo" > ${ROOT}/a.out echo foo > ${ROOT}/a.out echo "Testing if file exists" Loading