1
0
mirror of https://github.com/sstephenson/bats.git synced 2025-03-03 23:39:48 +01:00
bats/test/fixtures/bats/intact.bats
2013-04-06 14:01:03 +02:00

7 lines
93 B
Bash

@test "dash-e on beginning of line" {
run cat - <<INPUT
-e
INPUT
test "$output" = "-e"
}