diff options
Diffstat (limited to 'testsuite/tr/tr-rejects-wrong-class')
-rw-r--r-- | testsuite/tr/tr-rejects-wrong-class | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/testsuite/tr/tr-rejects-wrong-class b/testsuite/tr/tr-rejects-wrong-class index 97539360d..1d488a3df 100644 --- a/testsuite/tr/tr-rejects-wrong-class +++ b/testsuite/tr/tr-rejects-wrong-class | |||
@@ -1,3 +1,5 @@ | |||
1 | # FEATURE: CONFIG_FEATURE_TR_CLASSES | ||
2 | |||
1 | echo t12esting | tr -d '[[:alpha:]]' > logfile.gnu | 3 | echo t12esting | tr -d '[[:alpha:]]' > logfile.gnu |
2 | echo t12esting | tr -d '[:alpha:]' >> logfile.gnu | 4 | echo t12esting | tr -d '[:alpha:]' >> logfile.gnu |
3 | echo t12esting | tr -d '[[:alpha:]' >> logfile.gnu | 5 | echo t12esting | tr -d '[[:alpha:]' >> logfile.gnu |