summaryrefslogtreecommitdiff
path: root/gnulib/tests/test-quotearg.sh
diff options
context:
space:
mode:
Diffstat (limited to 'gnulib/tests/test-quotearg.sh')
m---------gnulib0
-rwxr-xr-xgnulib/tests/test-quotearg.sh16
2 files changed, 16 insertions, 0 deletions
diff --git a/gnulib b/gnulib
deleted file mode 160000
-Subproject 4fc10daa05477586fea99b6b3ca02a87d1102fa
diff --git a/gnulib/tests/test-quotearg.sh b/gnulib/tests/test-quotearg.sh
new file mode 100755
index 00000000..e050d078
--- /dev/null
+++ b/gnulib/tests/test-quotearg.sh
@@ -0,0 +1,16 @@
+#!/bin/sh
+
+# Choose an existing locale. The locale encoding does not matter; see the
+# comment in test-quotearg.po.
+if test $LOCALE_FR_UTF8 != none; then
+ locale=$LOCALE_FR_UTF8
+else
+ if test $LOCALE_FR != none; then
+ locale=$LOCALE_FR
+ else
+ locale=none
+ fi
+fi
+
+LOCALE=$locale LOCALEDIR="$srcdir/locale" \
+./test-quotearg${EXEEXT}