artulab
projects
/
openbsd
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
32621cf
)
typo
author
schwarze
<schwarze@openbsd.org>
Sun, 28 Aug 2016 12:57:02 +0000
(12:57 +0000)
committer
schwarze
<schwarze@openbsd.org>
Sun, 28 Aug 2016 12:57:02 +0000
(12:57 +0000)
regress/usr.bin/column/column.sh
patch
|
blob
|
history
diff --git
a/regress/usr.bin/column/column.sh
b/regress/usr.bin/column/column.sh
index
ec9359a
..
b59f164
100644
(file)
--- a/
regress/usr.bin/column/column.sh
+++ b/
regress/usr.bin/column/column.sh
@@
-19,7
+19,7
@@
fail=0
tc1()
{
expected=$(echo -n "$3")
- result=$(echo -n "$1" |
/usr/old/
column $2)
+ result=$(echo -n "$1" | column $2)
if [ "X$result" != "X$expected" ]; then
fail=$((fail+1))
echo "argument: '$2'"