Blame tests/p_coreutils/cut.sh
|
Alice Kaerast |
a5b9f7 |
#!/bin/bash
|
|
Alice Kaerast |
a5b9f7 |
# Author: Alice Kaerast <alice@kaerast.info>
|
|
Alice Kaerast |
a5b9f7 |
|
|
Alice Kaerast |
a5b9f7 |
t_Log "$0 test cut"
|
|
Alice Kaerast |
a5b9f7 |
|
|
Alice Kaerast |
a5b9f7 |
test `echo "1 2 3" | cut -f2 -d" "` -eq 2
|
|
Alice Kaerast |
a5b9f7 |
t_CheckExitStatus $?
|