Skip to content

Commit

Permalink
Return 0
Browse files Browse the repository at this point in the history
  • Loading branch information
masnak committed Jun 13, 2015
1 parent e59e0c3 commit 4e6496c
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 9 deletions.
6 changes: 0 additions & 6 deletions test.bash
Original file line number Diff line number Diff line change
Expand Up @@ -38,12 +38,6 @@ while read f ; do

done

if
[ "$ANS1" -eq 4 ] && [ "$ANS2" -eq 5 ] && [ "$ANS3" -eq 64 ] ; then

echo "GCD correctly works"

fi



8 changes: 5 additions & 3 deletions test.bash~
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ while read f ; do

[ "$ANS1" -eq 4 ]

echo $?
echo "Test1 OK"

done

Expand All @@ -21,7 +21,7 @@ while read f ; do

[ "$ANS2" -eq 5 ]

echo $?
echo "Test2 OK"

done

Expand All @@ -34,8 +34,10 @@ while read f ; do

[ "$ANS3" -eq 64 ]

echo $?
echo "Test3 OK"

done




0 comments on commit 4e6496c

Please sign in to comment.