summaryrefslogtreecommitdiffstats
path: root/test/TEST-73-LOCALE
diff options
context:
space:
mode:
authorYu Watanabe <watanabe.yu+github@gmail.com>2022-06-14 02:14:00 +0200
committerYu Watanabe <watanabe.yu+github@gmail.com>2022-06-14 13:59:36 +0200
commit47ba157cc083dcc5e5d7dcbdc1e27db0d6dced3e (patch)
tree4f6f8a7417e63beadf0e65a13382afde53fc8ce8 /test/TEST-73-LOCALE
parenttest: install C.UTF-8 and English locales (diff)
downloadsystemd-47ba157cc083dcc5e5d7dcbdc1e27db0d6dced3e.tar.xz
systemd-47ba157cc083dcc5e5d7dcbdc1e27db0d6dced3e.zip
test: import localed tests from debian/ubuntu test suite
Diffstat (limited to 'test/TEST-73-LOCALE')
l---------test/TEST-73-LOCALE/Makefile1
-rwxr-xr-xtest/TEST-73-LOCALE/test.sh10
2 files changed, 11 insertions, 0 deletions
diff --git a/test/TEST-73-LOCALE/Makefile b/test/TEST-73-LOCALE/Makefile
new file mode 120000
index 0000000000..e9f93b1104
--- /dev/null
+++ b/test/TEST-73-LOCALE/Makefile
@@ -0,0 +1 @@
+../TEST-01-BASIC/Makefile \ No newline at end of file
diff --git a/test/TEST-73-LOCALE/test.sh b/test/TEST-73-LOCALE/test.sh
new file mode 100755
index 0000000000..a33ddaba86
--- /dev/null
+++ b/test/TEST-73-LOCALE/test.sh
@@ -0,0 +1,10 @@
+#!/usr/bin/env bash
+# SPDX-License-Identifier: LGPL-2.1-or-later
+set -e
+
+TEST_DESCRIPTION="test localed"
+
+# shellcheck source=test/test-functions
+. "${TEST_BASE_DIR:?}/test-functions"
+
+do_test "$@"