From 40480cd3bc106daf3898aefc81fa577a65bb6c4d Mon Sep 17 00:00:00 2001 From: Paul Eggert Date: Tue, 22 Apr 1997 13:17:00 +0000 Subject: [PATCH] GNU tar 1.12 --- tests/preset.in | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100755 tests/preset.in diff --git a/tests/preset.in b/tests/preset.in new file mode 100755 index 0000000..15ee9da --- /dev/null +++ b/tests/preset.in @@ -0,0 +1,17 @@ +#! /bin/sh +# Set the testing environment. + +PACKAGE=@PACKAGE@ +VERSION=@VERSION@ +top_srcdir=@top_srcdir@ +srcdir=@srcdir@ + +echo_n='@ECHO_N@' +echo_c='@ECHO_C@' + +export LANGUAGE +LANGUAGE= +export LANG +LANG= +export LC_MESSAGES +LC_MESSAGES= -- 2.44.0