File: equality_test.sh

package info (click to toggle)
git-ftp 0.9.0-1
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 516 kB
  • ctags: 188
  • sloc: sh: 2,587; makefile: 77
file content (10 lines) | stat: -rwxr-xr-x 117 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
8
9
10
#! /bin/sh
# file: examples/equality_test.sh

testEquality()
{
  assertEquals 1 1
}

# load shunit2
. ../src/shunit2