ash: add testsuite entry for POSIX-mandated ${var#word} ${var##word}
authorDenis Vlasenko <vda.linux@googlemail.com>
Sat, 12 Apr 2008 22:55:33 +0000 (22:55 -0000)
committerDenis Vlasenko <vda.linux@googlemail.com>
Sat, 12 Apr 2008 22:55:33 +0000 (22:55 -0000)
commit033424a213739edb0dbe3f572bc22825b1c17d7b
tree35b84a6b3202e10f7acdbde2ecd765ef47e48249
parent9bc80d7062a01aa310be0729c095ba6b652c4735
ash: add testsuite entry for POSIX-mandated ${var#word} ${var##word}
${var%word} ${var%%word}
shell/ash_test/ash-vars/var_posix1.right [new file with mode: 0644]
shell/ash_test/ash-vars/var_posix1.tests [new file with mode: 0755]