Commit 2dd9d3a9 authored by Ramon Nou's avatar Ramon Nou
Browse files

Update test/bash_testing2.sh

parent fd1cf9dd
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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"