Rewrite
This commit is contained in:
10
test/shunit2-2.1.6/examples/equality_test.sh
Executable file
10
test/shunit2-2.1.6/examples/equality_test.sh
Executable file
@@ -0,0 +1,10 @@
|
||||
#! /bin/sh
|
||||
# file: examples/equality_test.sh
|
||||
|
||||
testEquality()
|
||||
{
|
||||
assertEquals 1 1
|
||||
}
|
||||
|
||||
# load shunit2
|
||||
. ../src/shunit2
|
||||
Reference in New Issue
Block a user