Magellan Linux

Contents of /trunk/mkinitrd-magellan/busybox/testsuite/expand.tests

Parent Directory Parent Directory | Revision Log Revision Log


Revision 984 - (show annotations) (download)
Sun May 30 11:32:42 2010 UTC (13 years, 11 months ago) by niro
File size: 455 byte(s)
-updated to busybox-1.16.1 and enabled blkid/uuid support in default config
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 testing "expand with unicode characher 0x394" \
16 "expand" \
17 "Δ 12345ΔΔΔ 12345678\n" \
18 "" \
19 "Δ\t12345ΔΔΔ\t12345678\n" \
20
21 exit $FAILCOUNT

Properties

Name Value
svn:executable *