Tomato 1.28
[tomato.git] / release / src / router / busybox / testsuite / expand.tests
blob3f4cda3f82c09788abc55ea7d3df233b8a07e359
1 #!/bin/sh
2 # Copyright 2008 by Denys Vlasenko
3 # Licensed under GPL v2, see file LICENSE for details.
5 . testing.sh
7 # testing "test name" "options" "expected result" "file input" "stdin"
9 testing "expand" \
10 "expand" \
11 " 12345678 12345678\n" \
12 "" \
13 "\t12345678\t12345678\n" \
15 exit $FAILCOUNT