projects
/
oweals
/
busybox.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
ash: use bbox wrappers for malloc etc instead of homegrown ones
[oweals/busybox.git]
/
testsuite
/
expand.tests
1
#!/bin/sh
2
# Copyright 2008 by Denys Vlasenko
3
# Licensed under GPL v2, see file LICENSE for details.
4
5
. testing.sh
6
7
# testing "test name" "options" "expected result" "file input" "stdin"
8
9
testing "expand" \
10
"expand" \
11
" 12345678 12345678\n" \
12
"" \
13
"\t12345678\t12345678\n" \
14
15
exit $FAILCOUNT