typo
authorschwarze <schwarze@openbsd.org>
Sun, 28 Aug 2016 12:57:02 +0000 (12:57 +0000)
committerschwarze <schwarze@openbsd.org>
Sun, 28 Aug 2016 12:57:02 +0000 (12:57 +0000)
regress/usr.bin/column/column.sh

index ec9359a..b59f164 100644 (file)
@@ -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'"