From 78c0a9b23d73cd024541256952df121f7844e058 Mon Sep 17 00:00:00 2001 From: schwarze Date: Sun, 28 Aug 2016 12:57:02 +0000 Subject: [PATCH] typo --- regress/usr.bin/column/column.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/regress/usr.bin/column/column.sh b/regress/usr.bin/column/column.sh index ec9359ac0ba..b59f164b57c 100644 --- 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'" -- 2.20.1