Skip to content

Commit 794cfe9

Browse files
committedNov 1, 2020
Remove ~ from end of .sh scripts
1 parent 3c13e5a commit 794cfe9

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed
 

‎int_test.sh

+1-2
Original file line numberDiff line numberDiff line change
@@ -9,5 +9,4 @@ if [ ! $? -eq 0 ]; then
99
echo "One or more unit tests failed:"
1010
echo ''
1111
echo "$unitTestOutput"
12-
fi
13-
~
12+
fi

‎unit_test.sh

+1-2
Original file line numberDiff line numberDiff line change
@@ -9,5 +9,4 @@ if [ ! $? -eq 0 ]; then
99
echo "One or more unit tests failed:"
1010
echo ''
1111
echo "$unitTestOutput"
12-
fi
13-
~
12+
fi

0 commit comments

Comments
 (0)
Please sign in to comment.