From 7f3ac8559f71179a95fad28a30882ca476d8ac99 Mon Sep 17 00:00:00 2001 From: Ben Pfaff Date: Tue, 26 Jul 2005 03:51:29 +0000 Subject: [PATCH] Fix use of "export" to work with traditional shells. --- tests/bugs/agg-crash-2.sh | 3 ++- tests/bugs/agg_crash.sh | 3 ++- tests/bugs/alpha-freq.sh | 3 ++- tests/bugs/big-input-2.sh | 3 ++- tests/bugs/big-input.sh | 3 ++- tests/bugs/comment-at-eof.sh | 3 ++- tests/bugs/compute-fmt.sh | 3 ++- tests/bugs/compute-lv.sh | 3 ++- tests/bugs/computebug.sh | 3 ++- tests/bugs/crosstabs-crash.sh | 3 ++- tests/bugs/crosstabs.sh | 3 ++- tests/bugs/curtailed.sh | 3 ++- tests/bugs/data-crash.sh | 3 ++- tests/bugs/double-frequency.sh | 3 ++- tests/bugs/examine-1sample.sh | 3 ++- tests/bugs/get-no-file.sh | 3 ++- tests/bugs/get.sh | 3 ++- tests/bugs/html-frequency.sh | 3 ++- tests/bugs/if_crash.sh | 3 ++- tests/bugs/input-crash.sh | 3 ++- tests/bugs/lag_crash.sh | 3 ++- tests/bugs/match-files-scratch.sh | 3 ++- tests/bugs/multipass.sh | 3 ++- tests/bugs/random.sh | 3 ++- tests/bugs/recode-copy-bug.sh | 3 ++- tests/bugs/t-test-alpha.sh | 3 ++- tests/bugs/t-test-alpha2.sh | 3 ++- tests/bugs/t-test-with-temp.sh | 3 ++- tests/bugs/t-test.sh | 3 ++- tests/bugs/temp-freq.sh | 3 ++- tests/bugs/temporary.sh | 3 ++- tests/bugs/terminate.sh | 3 ++- tests/bugs/val-labs-trailing-slash.sh | 3 ++- tests/bugs/val-labs.sh | 3 ++- tests/command/aggregate.sh | 3 ++- tests/command/autorecod.sh | 3 ++- tests/command/beg-data.sh | 3 ++- tests/command/bignum.sh | 3 ++- tests/command/count.sh | 3 ++- tests/command/data-list.sh | 3 ++- tests/command/erase.sh | 3 ++- tests/command/examine-extremes.sh | 3 ++- tests/command/examine-percentiles.sh | 3 ++- tests/command/examine.sh | 3 ++- tests/command/file-label.sh | 3 ++- tests/command/filter.sh | 3 ++- tests/command/flip.sh | 3 ++- tests/command/import-export.sh | 3 ++- tests/command/lag.sh | 3 ++- tests/command/list.sh | 3 ++- tests/command/longvars.sh | 3 ++- tests/command/loop.sh | 3 ++- tests/command/match-files.sh | 3 ++- tests/command/no_case_size.sh | 3 ++- tests/command/oneway-missing.sh | 3 ++- tests/command/oneway-with-splits.sh | 3 ++- tests/command/oneway.sh | 3 ++- tests/command/permissions.sh | 3 ++- tests/command/print.sh | 3 ++- tests/command/rename.sh | 3 ++- tests/command/sample.sh | 3 ++- tests/command/sort.sh | 3 ++- tests/command/split-file.sh | 3 ++- tests/command/sys-info.sh | 3 ++- tests/command/sysfile-info.sh | 3 ++- tests/command/sysfiles-old.sh | 3 ++- tests/command/sysfiles.sh | 3 ++- tests/command/t-test-1-indep-val.sh | 3 ++- tests/command/t-test-1-sample-missing-anal.sh | 3 ++- tests/command/t-test-1-sample-missing-list.sh | 3 ++- tests/command/t-test-1s.sh | 3 ++- tests/command/t-test-groups.sh | 3 ++- tests/command/t-test-indep-missing-anal.sh | 3 ++- tests/command/t-test-indep-missing-list.sh | 3 ++- tests/command/t-test-paired-missing-anal.sh | 3 ++- tests/command/t-test-paired-missing-list.sh | 3 ++- tests/command/t-test-pairs.sh | 3 ++- tests/command/tabs.sh | 3 ++- tests/command/trimmed-mean.sh | 3 ++- tests/command/use.sh | 3 ++- tests/command/weight.sh | 3 ++- tests/coverage.sh | 9 ++++++--- tests/expressions/epoch.sh | 3 ++- tests/expressions/expressions.sh | 3 ++- tests/expressions/randist.sh | 3 ++- tests/expressions/variables.sh | 3 ++- tests/expressions/vectors.sh | 3 ++- tests/stats/descript-basic.sh | 3 ++- tests/stats/descript-mean-bug.sh | 3 ++- tests/stats/descript-missing.sh | 3 ++- tests/stats/moments.sh | 3 ++- tests/stats/ntiles.sh | 3 ++- tests/stats/percentiles-compatible.sh | 3 ++- tests/stats/percentiles-enhanced.sh | 3 ++- tests/xforms/casefile.sh | 3 ++- tests/xforms/expressions.sh | 3 ++- 96 files changed, 196 insertions(+), 98 deletions(-) diff --git a/tests/bugs/agg-crash-2.sh b/tests/bugs/agg-crash-2.sh index 1f67dd3586..17818161d4 100755 --- a/tests/bugs/agg-crash-2.sh +++ b/tests/bugs/agg-crash-2.sh @@ -11,7 +11,8 @@ here=`pwd`; # ensure that top_srcdir is absolute cd $top_srcdir; top_srcdir=`pwd` -export STAT_CONFIG_PATH=$top_srcdir/config +STAT_CONFIG_PATH=$top_srcdir/config +export STAT_CONFIG_PATH cleanup() diff --git a/tests/bugs/agg_crash.sh b/tests/bugs/agg_crash.sh index 0cadfe2c26..de2b1989f0 100755 --- a/tests/bugs/agg_crash.sh +++ b/tests/bugs/agg_crash.sh @@ -11,7 +11,8 @@ here=`pwd`; # ensure that top_srcdir is absolute cd $top_srcdir; top_srcdir=`pwd` -export STAT_CONFIG_PATH=$top_srcdir/config +STAT_CONFIG_PATH=$top_srcdir/config +export STAT_CONFIG_PATH cleanup() diff --git a/tests/bugs/alpha-freq.sh b/tests/bugs/alpha-freq.sh index fcd4eaca3d..b3a9d09ad5 100755 --- a/tests/bugs/alpha-freq.sh +++ b/tests/bugs/alpha-freq.sh @@ -11,7 +11,8 @@ here=`pwd`; # ensure that top_srcdir is absolute cd $top_srcdir; top_srcdir=`pwd` -export STAT_CONFIG_PATH=$top_srcdir/config +STAT_CONFIG_PATH=$top_srcdir/config +export STAT_CONFIG_PATH cleanup() diff --git a/tests/bugs/big-input-2.sh b/tests/bugs/big-input-2.sh index 9f6cd341a4..0fea4abab7 100755 --- a/tests/bugs/big-input-2.sh +++ b/tests/bugs/big-input-2.sh @@ -13,7 +13,8 @@ here=`pwd`; # ensure that top_srcdir is absolute cd $top_srcdir; top_srcdir=`pwd` -export STAT_CONFIG_PATH=$top_srcdir/config +STAT_CONFIG_PATH=$top_srcdir/config +export STAT_CONFIG_PATH cleanup() diff --git a/tests/bugs/big-input.sh b/tests/bugs/big-input.sh index 740147ea75..84fc288bda 100755 --- a/tests/bugs/big-input.sh +++ b/tests/bugs/big-input.sh @@ -12,7 +12,8 @@ here=`pwd`; # ensure that top_srcdir is absolute cd $top_srcdir; top_srcdir=`pwd` -export STAT_CONFIG_PATH=$top_srcdir/config +STAT_CONFIG_PATH=$top_srcdir/config +export STAT_CONFIG_PATH cleanup() diff --git a/tests/bugs/comment-at-eof.sh b/tests/bugs/comment-at-eof.sh index 6f6ff259c3..c1e2aae63d 100755 --- a/tests/bugs/comment-at-eof.sh +++ b/tests/bugs/comment-at-eof.sh @@ -11,7 +11,8 @@ here=`pwd`; # ensure that top_srcdir is absolute cd $top_srcdir; top_srcdir=`pwd` -export STAT_CONFIG_PATH=$top_srcdir/config +STAT_CONFIG_PATH=$top_srcdir/config +export STAT_CONFIG_PATH cleanup() diff --git a/tests/bugs/compute-fmt.sh b/tests/bugs/compute-fmt.sh index b192f0c370..eada06b7b4 100755 --- a/tests/bugs/compute-fmt.sh +++ b/tests/bugs/compute-fmt.sh @@ -12,7 +12,8 @@ here=`pwd`; # ensure that top_srcdir is absolute cd $top_srcdir; top_srcdir=`pwd` -export STAT_CONFIG_PATH=$top_srcdir/config +STAT_CONFIG_PATH=$top_srcdir/config +export STAT_CONFIG_PATH cleanup() diff --git a/tests/bugs/compute-lv.sh b/tests/bugs/compute-lv.sh index a2f91f151f..e310cfb0dd 100755 --- a/tests/bugs/compute-lv.sh +++ b/tests/bugs/compute-lv.sh @@ -10,7 +10,8 @@ here=`pwd`; # ensure that top_srcdir is absolute cd $top_srcdir; top_srcdir=`pwd` -export STAT_CONFIG_PATH=$top_srcdir/config +STAT_CONFIG_PATH=$top_srcdir/config +export STAT_CONFIG_PATH cleanup() diff --git a/tests/bugs/computebug.sh b/tests/bugs/computebug.sh index 01675aea8b..24e7fedaa7 100755 --- a/tests/bugs/computebug.sh +++ b/tests/bugs/computebug.sh @@ -10,7 +10,8 @@ here=`pwd`; # ensure that top_srcdir is absolute cd $top_srcdir; top_srcdir=`pwd` -export STAT_CONFIG_PATH=$top_srcdir/config +STAT_CONFIG_PATH=$top_srcdir/config +export STAT_CONFIG_PATH cleanup() diff --git a/tests/bugs/crosstabs-crash.sh b/tests/bugs/crosstabs-crash.sh index db301560f9..18902db1b2 100755 --- a/tests/bugs/crosstabs-crash.sh +++ b/tests/bugs/crosstabs-crash.sh @@ -11,7 +11,8 @@ here=`pwd`; # ensure that top_srcdir is absolute cd $top_srcdir; top_srcdir=`pwd` -export STAT_CONFIG_PATH=$top_srcdir/config +STAT_CONFIG_PATH=$top_srcdir/config +export STAT_CONFIG_PATH cleanup() diff --git a/tests/bugs/crosstabs.sh b/tests/bugs/crosstabs.sh index 1635fe589d..0125d7e7b1 100755 --- a/tests/bugs/crosstabs.sh +++ b/tests/bugs/crosstabs.sh @@ -10,7 +10,8 @@ here=`pwd`; # ensure that top_srcdir is absolute cd $top_srcdir; top_srcdir=`pwd` -export STAT_CONFIG_PATH=$top_srcdir/config +STAT_CONFIG_PATH=$top_srcdir/config +export STAT_CONFIG_PATH cleanup() diff --git a/tests/bugs/curtailed.sh b/tests/bugs/curtailed.sh index a004ce5903..7b060a586c 100755 --- a/tests/bugs/curtailed.sh +++ b/tests/bugs/curtailed.sh @@ -11,7 +11,8 @@ here=`pwd`; # ensure that top_srcdir is absolute cd $top_srcdir; top_srcdir=`pwd` -export STAT_CONFIG_PATH=$top_srcdir/config +STAT_CONFIG_PATH=$top_srcdir/config +export STAT_CONFIG_PATH cleanup() diff --git a/tests/bugs/data-crash.sh b/tests/bugs/data-crash.sh index b96c476ed9..66b67f76e4 100755 --- a/tests/bugs/data-crash.sh +++ b/tests/bugs/data-crash.sh @@ -11,7 +11,8 @@ here=`pwd`; # ensure that top_srcdir is absolute cd $top_srcdir; top_srcdir=`pwd` -export STAT_CONFIG_PATH=$top_srcdir/config +STAT_CONFIG_PATH=$top_srcdir/config +export STAT_CONFIG_PATH cleanup() diff --git a/tests/bugs/double-frequency.sh b/tests/bugs/double-frequency.sh index 9e90edc63c..77895ffee1 100755 --- a/tests/bugs/double-frequency.sh +++ b/tests/bugs/double-frequency.sh @@ -12,7 +12,8 @@ here=`pwd`; cd $top_srcdir; top_srcdir=`pwd` -export STAT_CONFIG_PATH=$top_srcdir/config +STAT_CONFIG_PATH=$top_srcdir/config +export STAT_CONFIG_PATH cleanup() diff --git a/tests/bugs/examine-1sample.sh b/tests/bugs/examine-1sample.sh index 14206a59c5..c34657b9a8 100755 --- a/tests/bugs/examine-1sample.sh +++ b/tests/bugs/examine-1sample.sh @@ -11,7 +11,8 @@ here=`pwd`; # ensure that top_srcdir is absolute cd $top_srcdir; top_srcdir=`pwd` -export STAT_CONFIG_PATH=$top_srcdir/config +STAT_CONFIG_PATH=$top_srcdir/config +export STAT_CONFIG_PATH cleanup() diff --git a/tests/bugs/get-no-file.sh b/tests/bugs/get-no-file.sh index 7df000f9d4..814e3228ec 100755 --- a/tests/bugs/get-no-file.sh +++ b/tests/bugs/get-no-file.sh @@ -11,7 +11,8 @@ here=`pwd`; # ensure that top_srcdir is absolute cd $top_srcdir; top_srcdir=`pwd` -export STAT_CONFIG_PATH=$top_srcdir/config +STAT_CONFIG_PATH=$top_srcdir/config +export STAT_CONFIG_PATH cleanup() diff --git a/tests/bugs/get.sh b/tests/bugs/get.sh index 824d93c361..1a1bcb320b 100755 --- a/tests/bugs/get.sh +++ b/tests/bugs/get.sh @@ -12,7 +12,8 @@ here=`pwd`; # ensure that top_srcdir is absolute cd $top_srcdir; top_srcdir=`pwd` -export STAT_CONFIG_PATH=$top_srcdir/config +STAT_CONFIG_PATH=$top_srcdir/config +export STAT_CONFIG_PATH cleanup() diff --git a/tests/bugs/html-frequency.sh b/tests/bugs/html-frequency.sh index 7c12397abc..5d8c2bf059 100755 --- a/tests/bugs/html-frequency.sh +++ b/tests/bugs/html-frequency.sh @@ -13,7 +13,8 @@ here=`pwd` # ensure that top_srcdir is absolute cd $top_srcdir ; top_srcdir=`pwd` -export STAT_CONFIG_PATH=$top_srcdir/config +STAT_CONFIG_PATH=$top_srcdir/config +export STAT_CONFIG_PATH cleanup() { diff --git a/tests/bugs/if_crash.sh b/tests/bugs/if_crash.sh index a2bb34fa0c..fc3417b72b 100755 --- a/tests/bugs/if_crash.sh +++ b/tests/bugs/if_crash.sh @@ -11,7 +11,8 @@ here=`pwd`; # ensure that top_srcdir is absolute cd $top_srcdir; top_srcdir=`pwd` -export STAT_CONFIG_PATH=$top_srcdir/config +STAT_CONFIG_PATH=$top_srcdir/config +export STAT_CONFIG_PATH cleanup() diff --git a/tests/bugs/input-crash.sh b/tests/bugs/input-crash.sh index 18461c0093..d765288119 100755 --- a/tests/bugs/input-crash.sh +++ b/tests/bugs/input-crash.sh @@ -11,7 +11,8 @@ here=`pwd`; # ensure that top_srcdir is absolute cd $top_srcdir; top_srcdir=`pwd` -export STAT_CONFIG_PATH=$top_srcdir/config +STAT_CONFIG_PATH=$top_srcdir/config +export STAT_CONFIG_PATH cleanup() diff --git a/tests/bugs/lag_crash.sh b/tests/bugs/lag_crash.sh index 72683b282a..5636784d92 100755 --- a/tests/bugs/lag_crash.sh +++ b/tests/bugs/lag_crash.sh @@ -10,7 +10,8 @@ here=`pwd`; # ensure that top_srcdir is absolute cd $top_srcdir; top_srcdir=`pwd` -export STAT_CONFIG_PATH=$top_srcdir/config +STAT_CONFIG_PATH=$top_srcdir/config +export STAT_CONFIG_PATH cleanup() diff --git a/tests/bugs/match-files-scratch.sh b/tests/bugs/match-files-scratch.sh index afdea8a994..9646b00389 100755 --- a/tests/bugs/match-files-scratch.sh +++ b/tests/bugs/match-files-scratch.sh @@ -12,7 +12,8 @@ here=`pwd`; # ensure that top_srcdir is absolute cd $top_srcdir; top_srcdir=`pwd` -export STAT_CONFIG_PATH=$top_srcdir/config +STAT_CONFIG_PATH=$top_srcdir/config +export STAT_CONFIG_PATH cleanup() diff --git a/tests/bugs/multipass.sh b/tests/bugs/multipass.sh index 650c096c39..50161af6e0 100755 --- a/tests/bugs/multipass.sh +++ b/tests/bugs/multipass.sh @@ -11,7 +11,8 @@ here=`pwd`; # ensure that top_srcdir is absolute cd $top_srcdir; top_srcdir=`pwd` -export STAT_CONFIG_PATH=$top_srcdir/config +STAT_CONFIG_PATH=$top_srcdir/config +export STAT_CONFIG_PATH cleanup() diff --git a/tests/bugs/random.sh b/tests/bugs/random.sh index 1d8b05e729..a2db6391bd 100755 --- a/tests/bugs/random.sh +++ b/tests/bugs/random.sh @@ -11,7 +11,8 @@ here=`pwd`; # ensure that top_srcdir is absolute cd $top_srcdir; top_srcdir=`pwd` -export STAT_CONFIG_PATH=$top_srcdir/config +STAT_CONFIG_PATH=$top_srcdir/config +export STAT_CONFIG_PATH cleanup() diff --git a/tests/bugs/recode-copy-bug.sh b/tests/bugs/recode-copy-bug.sh index 559c519801..9fc88dea9c 100755 --- a/tests/bugs/recode-copy-bug.sh +++ b/tests/bugs/recode-copy-bug.sh @@ -10,7 +10,8 @@ here=`pwd`; # ensure that top_srcdir is absolute cd $top_srcdir; top_srcdir=`pwd` -export STAT_CONFIG_PATH=$top_srcdir/config +STAT_CONFIG_PATH=$top_srcdir/config +export STAT_CONFIG_PATH cleanup() diff --git a/tests/bugs/t-test-alpha.sh b/tests/bugs/t-test-alpha.sh index 6a46939738..db8c5a1f97 100755 --- a/tests/bugs/t-test-alpha.sh +++ b/tests/bugs/t-test-alpha.sh @@ -12,7 +12,8 @@ here=`pwd`; # ensure that top_srcdir is absolute cd $top_srcdir; top_srcdir=`pwd` -export STAT_CONFIG_PATH=$top_srcdir/config +STAT_CONFIG_PATH=$top_srcdir/config +export STAT_CONFIG_PATH cleanup() diff --git a/tests/bugs/t-test-alpha2.sh b/tests/bugs/t-test-alpha2.sh index f1f37f8f30..74e1eb0092 100755 --- a/tests/bugs/t-test-alpha2.sh +++ b/tests/bugs/t-test-alpha2.sh @@ -11,7 +11,8 @@ here=`pwd`; # ensure that top_srcdir is absolute cd $top_srcdir; top_srcdir=`pwd` -export STAT_CONFIG_PATH=$top_srcdir/config +STAT_CONFIG_PATH=$top_srcdir/config +export STAT_CONFIG_PATH cleanup() diff --git a/tests/bugs/t-test-with-temp.sh b/tests/bugs/t-test-with-temp.sh index 9a775d31eb..520804d69f 100755 --- a/tests/bugs/t-test-with-temp.sh +++ b/tests/bugs/t-test-with-temp.sh @@ -11,7 +11,8 @@ here=`pwd`; # ensure that top_srcdir is absolute cd $top_srcdir; top_srcdir=`pwd` -export STAT_CONFIG_PATH=$top_srcdir/config +STAT_CONFIG_PATH=$top_srcdir/config +export STAT_CONFIG_PATH cleanup() diff --git a/tests/bugs/t-test.sh b/tests/bugs/t-test.sh index 2b747c623d..e2d0d12acc 100755 --- a/tests/bugs/t-test.sh +++ b/tests/bugs/t-test.sh @@ -12,7 +12,8 @@ here=`pwd`; # ensure that top_srcdir is absolute cd $top_srcdir; top_srcdir=`pwd` -export STAT_CONFIG_PATH=$top_srcdir/config +STAT_CONFIG_PATH=$top_srcdir/config +export STAT_CONFIG_PATH cleanup() diff --git a/tests/bugs/temp-freq.sh b/tests/bugs/temp-freq.sh index d2c1061432..537c5e0b50 100755 --- a/tests/bugs/temp-freq.sh +++ b/tests/bugs/temp-freq.sh @@ -11,7 +11,8 @@ here=`pwd`; # ensure that top_srcdir is absolute cd $top_srcdir; top_srcdir=`pwd` -export STAT_CONFIG_PATH=$top_srcdir/config +STAT_CONFIG_PATH=$top_srcdir/config +export STAT_CONFIG_PATH cleanup() diff --git a/tests/bugs/temporary.sh b/tests/bugs/temporary.sh index 0d8e61e074..b0b4e3c388 100755 --- a/tests/bugs/temporary.sh +++ b/tests/bugs/temporary.sh @@ -11,7 +11,8 @@ here=`pwd`; # ensure that top_srcdir is absolute cd $top_srcdir; top_srcdir=`pwd` -export STAT_CONFIG_PATH=$top_srcdir/config +STAT_CONFIG_PATH=$top_srcdir/config +export STAT_CONFIG_PATH cleanup() diff --git a/tests/bugs/terminate.sh b/tests/bugs/terminate.sh index 2f7d79196f..f96ba66970 100755 --- a/tests/bugs/terminate.sh +++ b/tests/bugs/terminate.sh @@ -13,7 +13,8 @@ here=`pwd`; # ensure that top_srcdir is absolute cd $top_srcdir; top_srcdir=`pwd` -export STAT_CONFIG_PATH=$top_srcdir/config +STAT_CONFIG_PATH=$top_srcdir/config +export STAT_CONFIG_PATH cleanup() diff --git a/tests/bugs/val-labs-trailing-slash.sh b/tests/bugs/val-labs-trailing-slash.sh index 7d316ed30d..88a1748774 100755 --- a/tests/bugs/val-labs-trailing-slash.sh +++ b/tests/bugs/val-labs-trailing-slash.sh @@ -11,7 +11,8 @@ here=`pwd`; # ensure that top_srcdir is absolute cd $top_srcdir; top_srcdir=`pwd` -export STAT_CONFIG_PATH=$top_srcdir/config +STAT_CONFIG_PATH=$top_srcdir/config +export STAT_CONFIG_PATH cleanup() diff --git a/tests/bugs/val-labs.sh b/tests/bugs/val-labs.sh index b1e7abb0e6..e0597f461b 100755 --- a/tests/bugs/val-labs.sh +++ b/tests/bugs/val-labs.sh @@ -12,7 +12,8 @@ here=`pwd`; # ensure that top_srcdir is absolute cd $top_srcdir; top_srcdir=`pwd` -export STAT_CONFIG_PATH=$top_srcdir/config +STAT_CONFIG_PATH=$top_srcdir/config +export STAT_CONFIG_PATH cleanup() diff --git a/tests/command/aggregate.sh b/tests/command/aggregate.sh index fd14d66ddc..c6f48ae913 100755 --- a/tests/command/aggregate.sh +++ b/tests/command/aggregate.sh @@ -12,7 +12,8 @@ here=`pwd`; cd $top_srcdir; top_srcdir=`pwd` -export STAT_CONFIG_PATH=$top_srcdir/config +STAT_CONFIG_PATH=$top_srcdir/config +export STAT_CONFIG_PATH cleanup() { diff --git a/tests/command/autorecod.sh b/tests/command/autorecod.sh index 98b2c078dd..6f3c8e15e7 100755 --- a/tests/command/autorecod.sh +++ b/tests/command/autorecod.sh @@ -11,7 +11,8 @@ here=`pwd`; # ensure that top_srcdir is absolute cd $top_srcdir; top_srcdir=`pwd` -export STAT_CONFIG_PATH=$top_srcdir/config +STAT_CONFIG_PATH=$top_srcdir/config +export STAT_CONFIG_PATH cleanup() diff --git a/tests/command/beg-data.sh b/tests/command/beg-data.sh index 4820ab660f..66ef60cc04 100755 --- a/tests/command/beg-data.sh +++ b/tests/command/beg-data.sh @@ -10,7 +10,8 @@ here=`pwd`; # ensure that top_srcdir is absolute cd $top_srcdir; top_srcdir=`pwd` -export STAT_CONFIG_PATH=$top_srcdir/config +STAT_CONFIG_PATH=$top_srcdir/config +export STAT_CONFIG_PATH cleanup() diff --git a/tests/command/bignum.sh b/tests/command/bignum.sh index 24d0dd3f2c..d69223e3a6 100755 --- a/tests/command/bignum.sh +++ b/tests/command/bignum.sh @@ -10,7 +10,8 @@ here=`pwd`; # ensure that top_srcdir is absolute cd $top_srcdir; top_srcdir=`pwd` -export STAT_CONFIG_PATH=$top_srcdir/config +STAT_CONFIG_PATH=$top_srcdir/config +export STAT_CONFIG_PATH cleanup() diff --git a/tests/command/count.sh b/tests/command/count.sh index 641747b717..052acb3b1a 100755 --- a/tests/command/count.sh +++ b/tests/command/count.sh @@ -10,7 +10,8 @@ here=`pwd`; # ensure that top_srcdir is absolute cd $top_srcdir; top_srcdir=`pwd` -export STAT_CONFIG_PATH=$top_srcdir/config +STAT_CONFIG_PATH=$top_srcdir/config +export STAT_CONFIG_PATH cleanup() diff --git a/tests/command/data-list.sh b/tests/command/data-list.sh index 134c8bba54..bbcd589a54 100755 --- a/tests/command/data-list.sh +++ b/tests/command/data-list.sh @@ -10,7 +10,8 @@ here=`pwd`; # ensure that top_srcdir is absolute cd $top_srcdir; top_srcdir=`pwd` -export STAT_CONFIG_PATH=$top_srcdir/config +STAT_CONFIG_PATH=$top_srcdir/config +export STAT_CONFIG_PATH cleanup() diff --git a/tests/command/erase.sh b/tests/command/erase.sh index 760ac7d881..64d63a8e05 100755 --- a/tests/command/erase.sh +++ b/tests/command/erase.sh @@ -10,7 +10,8 @@ here=`pwd`; # ensure that top_srcdir is absolute cd $top_srcdir; top_srcdir=`pwd` -export STAT_CONFIG_PATH=$top_srcdir/config +STAT_CONFIG_PATH=$top_srcdir/config +export STAT_CONFIG_PATH cleanup() diff --git a/tests/command/examine-extremes.sh b/tests/command/examine-extremes.sh index e7ce312121..55d6ca7b48 100755 --- a/tests/command/examine-extremes.sh +++ b/tests/command/examine-extremes.sh @@ -10,7 +10,8 @@ here=`pwd`; # ensure that top_srcdir is absolute cd $top_srcdir; top_srcdir=`pwd` -export STAT_CONFIG_PATH=$top_srcdir/config +STAT_CONFIG_PATH=$top_srcdir/config +export STAT_CONFIG_PATH cleanup() diff --git a/tests/command/examine-percentiles.sh b/tests/command/examine-percentiles.sh index 2275461ad2..37a33379a4 100755 --- a/tests/command/examine-percentiles.sh +++ b/tests/command/examine-percentiles.sh @@ -12,7 +12,8 @@ here=`pwd`; # ensure that top_srcdir is absolute cd $top_srcdir; top_srcdir=`pwd` -export STAT_CONFIG_PATH=$top_srcdir/config +STAT_CONFIG_PATH=$top_srcdir/config +export STAT_CONFIG_PATH cleanup() diff --git a/tests/command/examine.sh b/tests/command/examine.sh index 102a44bff6..f8d3ccad35 100755 --- a/tests/command/examine.sh +++ b/tests/command/examine.sh @@ -10,7 +10,8 @@ here=`pwd`; # ensure that top_srcdir is absolute cd $top_srcdir; top_srcdir=`pwd` -export STAT_CONFIG_PATH=$top_srcdir/config +STAT_CONFIG_PATH=$top_srcdir/config +export STAT_CONFIG_PATH cleanup() diff --git a/tests/command/file-label.sh b/tests/command/file-label.sh index fea4d87607..99a3f6fd2d 100755 --- a/tests/command/file-label.sh +++ b/tests/command/file-label.sh @@ -10,7 +10,8 @@ here=`pwd`; # ensure that top_srcdir is absolute cd $top_srcdir; top_srcdir=`pwd` -export STAT_CONFIG_PATH=$top_srcdir/config +STAT_CONFIG_PATH=$top_srcdir/config +export STAT_CONFIG_PATH cleanup() diff --git a/tests/command/filter.sh b/tests/command/filter.sh index 59cf5b3b9c..0745d93206 100755 --- a/tests/command/filter.sh +++ b/tests/command/filter.sh @@ -10,7 +10,8 @@ here=`pwd`; # ensure that top_srcdir is absolute cd $top_srcdir; top_srcdir=`pwd` -export STAT_CONFIG_PATH=$top_srcdir/config +STAT_CONFIG_PATH=$top_srcdir/config +export STAT_CONFIG_PATH cleanup() diff --git a/tests/command/flip.sh b/tests/command/flip.sh index d8e543ea1c..2face72119 100755 --- a/tests/command/flip.sh +++ b/tests/command/flip.sh @@ -10,7 +10,8 @@ here=`pwd`; # ensure that top_srcdir is absolute cd $top_srcdir; top_srcdir=`pwd` -export STAT_CONFIG_PATH=$top_srcdir/config +STAT_CONFIG_PATH=$top_srcdir/config +export STAT_CONFIG_PATH cleanup() diff --git a/tests/command/import-export.sh b/tests/command/import-export.sh index 68886f731a..41b8b13d78 100755 --- a/tests/command/import-export.sh +++ b/tests/command/import-export.sh @@ -10,7 +10,8 @@ here=`pwd`; # ensure that top_srcdir is absolute cd $top_srcdir; top_srcdir=`pwd` -export STAT_CONFIG_PATH=$top_srcdir/config +STAT_CONFIG_PATH=$top_srcdir/config +export STAT_CONFIG_PATH cleanup() diff --git a/tests/command/lag.sh b/tests/command/lag.sh index bafb74917b..e1a16993ac 100755 --- a/tests/command/lag.sh +++ b/tests/command/lag.sh @@ -10,7 +10,8 @@ here=`pwd`; # ensure that top_srcdir is absolute cd $top_srcdir; top_srcdir=`pwd` -export STAT_CONFIG_PATH=$top_srcdir/config +STAT_CONFIG_PATH=$top_srcdir/config +export STAT_CONFIG_PATH cleanup() diff --git a/tests/command/list.sh b/tests/command/list.sh index c1e67dd4c9..894b44f80f 100755 --- a/tests/command/list.sh +++ b/tests/command/list.sh @@ -10,7 +10,8 @@ here=`pwd`; # ensure that top_srcdir is absolute cd $top_srcdir; top_srcdir=`pwd` -export STAT_CONFIG_PATH=$top_srcdir/config +STAT_CONFIG_PATH=$top_srcdir/config +export STAT_CONFIG_PATH cleanup() diff --git a/tests/command/longvars.sh b/tests/command/longvars.sh index 22ee75fbe1..7a8a33f7d1 100755 --- a/tests/command/longvars.sh +++ b/tests/command/longvars.sh @@ -10,7 +10,8 @@ here=`pwd`; # ensure that top_srcdir is absolute cd $top_srcdir; top_srcdir=`pwd` -export STAT_CONFIG_PATH=$top_srcdir/config +STAT_CONFIG_PATH=$top_srcdir/config +export STAT_CONFIG_PATH cleanup() diff --git a/tests/command/loop.sh b/tests/command/loop.sh index 3535134b72..7cb5e2fb71 100755 --- a/tests/command/loop.sh +++ b/tests/command/loop.sh @@ -10,7 +10,8 @@ here=`pwd`; # ensure that top_srcdir is absolute cd $top_srcdir; top_srcdir=`pwd` -export STAT_CONFIG_PATH=$top_srcdir/config +STAT_CONFIG_PATH=$top_srcdir/config +export STAT_CONFIG_PATH cleanup() diff --git a/tests/command/match-files.sh b/tests/command/match-files.sh index bb4729391c..e3827383c2 100755 --- a/tests/command/match-files.sh +++ b/tests/command/match-files.sh @@ -12,7 +12,8 @@ here=`pwd`; cd $top_srcdir; top_srcdir=`pwd` -export STAT_CONFIG_PATH=$top_srcdir/config +STAT_CONFIG_PATH=$top_srcdir/config +export STAT_CONFIG_PATH cleanup() { diff --git a/tests/command/no_case_size.sh b/tests/command/no_case_size.sh index 1abfdbceca..7f155b03d2 100755 --- a/tests/command/no_case_size.sh +++ b/tests/command/no_case_size.sh @@ -12,7 +12,8 @@ here=`pwd`; # ensure that top_srcdir is absolute cd $top_srcdir; top_srcdir=`pwd` -export STAT_CONFIG_PATH=$top_srcdir/config +STAT_CONFIG_PATH=$top_srcdir/config +export STAT_CONFIG_PATH cleanup() diff --git a/tests/command/oneway-missing.sh b/tests/command/oneway-missing.sh index 322c4216dd..661a1c004f 100755 --- a/tests/command/oneway-missing.sh +++ b/tests/command/oneway-missing.sh @@ -10,7 +10,8 @@ here=`pwd`; # ensure that top_srcdir is absolute cd $top_srcdir; top_srcdir=`pwd` -export STAT_CONFIG_PATH=$top_srcdir/config +STAT_CONFIG_PATH=$top_srcdir/config +export STAT_CONFIG_PATH cleanup() diff --git a/tests/command/oneway-with-splits.sh b/tests/command/oneway-with-splits.sh index 3075467cbd..c3bd703829 100755 --- a/tests/command/oneway-with-splits.sh +++ b/tests/command/oneway-with-splits.sh @@ -11,7 +11,8 @@ here=`pwd`; # ensure that top_srcdir is absolute cd $top_srcdir; top_srcdir=`pwd` -export STAT_CONFIG_PATH=$top_srcdir/config +STAT_CONFIG_PATH=$top_srcdir/config +export STAT_CONFIG_PATH cleanup() diff --git a/tests/command/oneway.sh b/tests/command/oneway.sh index 6245ec8fd2..c868609000 100755 --- a/tests/command/oneway.sh +++ b/tests/command/oneway.sh @@ -10,7 +10,8 @@ here=`pwd`; # ensure that top_srcdir is absolute cd $top_srcdir; top_srcdir=`pwd` -export STAT_CONFIG_PATH=$top_srcdir/config +STAT_CONFIG_PATH=$top_srcdir/config +export STAT_CONFIG_PATH cleanup() diff --git a/tests/command/permissions.sh b/tests/command/permissions.sh index f485fc002b..73f9325be7 100755 --- a/tests/command/permissions.sh +++ b/tests/command/permissions.sh @@ -10,7 +10,8 @@ here=`pwd`; # ensure that top_srcdir is absolute cd $top_srcdir; top_srcdir=`pwd` -export STAT_CONFIG_PATH=$top_srcdir/config +STAT_CONFIG_PATH=$top_srcdir/config +export STAT_CONFIG_PATH cleanup() diff --git a/tests/command/print.sh b/tests/command/print.sh index a1be60c92f..51e0d8eb33 100755 --- a/tests/command/print.sh +++ b/tests/command/print.sh @@ -10,7 +10,8 @@ here=`pwd`; # ensure that top_srcdir is absolute cd $top_srcdir; top_srcdir=`pwd` -export STAT_CONFIG_PATH=$top_srcdir/config +STAT_CONFIG_PATH=$top_srcdir/config +export STAT_CONFIG_PATH cleanup() diff --git a/tests/command/rename.sh b/tests/command/rename.sh index 28c903f961..2295a1215e 100755 --- a/tests/command/rename.sh +++ b/tests/command/rename.sh @@ -10,7 +10,8 @@ here=`pwd`; # ensure that top_srcdir is absolute cd $top_srcdir; top_srcdir=`pwd` -export STAT_CONFIG_PATH=$top_srcdir/config +STAT_CONFIG_PATH=$top_srcdir/config +export STAT_CONFIG_PATH cleanup() diff --git a/tests/command/sample.sh b/tests/command/sample.sh index 6dfe00c981..fc5641f269 100755 --- a/tests/command/sample.sh +++ b/tests/command/sample.sh @@ -10,7 +10,8 @@ here=`pwd`; # ensure that top_srcdir is absolute cd $top_srcdir; top_srcdir=`pwd` -export STAT_CONFIG_PATH=$top_srcdir/config +STAT_CONFIG_PATH=$top_srcdir/config +export STAT_CONFIG_PATH cleanup() diff --git a/tests/command/sort.sh b/tests/command/sort.sh index f51881a326..c627967d14 100755 --- a/tests/command/sort.sh +++ b/tests/command/sort.sh @@ -10,7 +10,8 @@ here=`pwd`; # ensure that top_srcdir is absolute cd $top_srcdir; top_srcdir=`pwd` -export STAT_CONFIG_PATH=$top_srcdir/config +STAT_CONFIG_PATH=$top_srcdir/config +export STAT_CONFIG_PATH cleanup() diff --git a/tests/command/split-file.sh b/tests/command/split-file.sh index 47f2fa883d..2c2d57378d 100755 --- a/tests/command/split-file.sh +++ b/tests/command/split-file.sh @@ -10,7 +10,8 @@ here=`pwd`; # ensure that top_srcdir is absolute cd $top_srcdir; top_srcdir=`pwd` -export STAT_CONFIG_PATH=$top_srcdir/config +STAT_CONFIG_PATH=$top_srcdir/config +export STAT_CONFIG_PATH cleanup() diff --git a/tests/command/sys-info.sh b/tests/command/sys-info.sh index ab87ddeacb..ab5ab8d001 100755 --- a/tests/command/sys-info.sh +++ b/tests/command/sys-info.sh @@ -10,7 +10,8 @@ here=`pwd`; # ensure that top_srcdir is absolute cd $top_srcdir; top_srcdir=`pwd` -export STAT_CONFIG_PATH=$top_srcdir/config +STAT_CONFIG_PATH=$top_srcdir/config +export STAT_CONFIG_PATH cleanup() diff --git a/tests/command/sysfile-info.sh b/tests/command/sysfile-info.sh index 8e14c94d0f..ffa00c3552 100755 --- a/tests/command/sysfile-info.sh +++ b/tests/command/sysfile-info.sh @@ -10,7 +10,8 @@ here=`pwd`; # ensure that top_srcdir is absolute cd $top_srcdir; top_srcdir=`pwd` -export STAT_CONFIG_PATH=$top_srcdir/config +STAT_CONFIG_PATH=$top_srcdir/config +export STAT_CONFIG_PATH cleanup() diff --git a/tests/command/sysfiles-old.sh b/tests/command/sysfiles-old.sh index 246fc0924f..c842b3399e 100755 --- a/tests/command/sysfiles-old.sh +++ b/tests/command/sysfiles-old.sh @@ -12,7 +12,8 @@ here=`pwd`; # ensure that top_srcdir is absolute cd $top_srcdir; top_srcdir=`pwd` -export STAT_CONFIG_PATH=$top_srcdir/config +STAT_CONFIG_PATH=$top_srcdir/config +export STAT_CONFIG_PATH cleanup() diff --git a/tests/command/sysfiles.sh b/tests/command/sysfiles.sh index 2352a70f6f..b504cdec06 100755 --- a/tests/command/sysfiles.sh +++ b/tests/command/sysfiles.sh @@ -12,7 +12,8 @@ here=`pwd`; # ensure that top_srcdir is absolute cd $top_srcdir; top_srcdir=`pwd` -export STAT_CONFIG_PATH=$top_srcdir/config +STAT_CONFIG_PATH=$top_srcdir/config +export STAT_CONFIG_PATH cleanup() diff --git a/tests/command/t-test-1-indep-val.sh b/tests/command/t-test-1-indep-val.sh index 12986d07e1..ea4caff1ab 100755 --- a/tests/command/t-test-1-indep-val.sh +++ b/tests/command/t-test-1-indep-val.sh @@ -11,7 +11,8 @@ here=`pwd`; # ensure that top_srcdir is absolute cd $top_srcdir; top_srcdir=`pwd` -export STAT_CONFIG_PATH=$top_srcdir/config +STAT_CONFIG_PATH=$top_srcdir/config +export STAT_CONFIG_PATH cleanup() diff --git a/tests/command/t-test-1-sample-missing-anal.sh b/tests/command/t-test-1-sample-missing-anal.sh index 6031aee33b..9782386e28 100755 --- a/tests/command/t-test-1-sample-missing-anal.sh +++ b/tests/command/t-test-1-sample-missing-anal.sh @@ -11,7 +11,8 @@ here=`pwd`; # ensure that top_srcdir is absolute cd $top_srcdir; top_srcdir=`pwd` -export STAT_CONFIG_PATH=$top_srcdir/config +STAT_CONFIG_PATH=$top_srcdir/config +export STAT_CONFIG_PATH cleanup() diff --git a/tests/command/t-test-1-sample-missing-list.sh b/tests/command/t-test-1-sample-missing-list.sh index 986f27d5c6..e53adafdb1 100755 --- a/tests/command/t-test-1-sample-missing-list.sh +++ b/tests/command/t-test-1-sample-missing-list.sh @@ -11,7 +11,8 @@ here=`pwd`; # ensure that top_srcdir is absolute cd $top_srcdir; top_srcdir=`pwd` -export STAT_CONFIG_PATH=$top_srcdir/config +STAT_CONFIG_PATH=$top_srcdir/config +export STAT_CONFIG_PATH cleanup() diff --git a/tests/command/t-test-1s.sh b/tests/command/t-test-1s.sh index 30402bda17..2cc67c59c7 100755 --- a/tests/command/t-test-1s.sh +++ b/tests/command/t-test-1s.sh @@ -10,7 +10,8 @@ here=`pwd`; # ensure that top_srcdir is absolute cd $top_srcdir; top_srcdir=`pwd` -export STAT_CONFIG_PATH=$top_srcdir/config +STAT_CONFIG_PATH=$top_srcdir/config +export STAT_CONFIG_PATH cleanup() diff --git a/tests/command/t-test-groups.sh b/tests/command/t-test-groups.sh index 495dc832cb..aedded1a40 100755 --- a/tests/command/t-test-groups.sh +++ b/tests/command/t-test-groups.sh @@ -10,7 +10,8 @@ here=`pwd`; # ensure that top_srcdir is absolute cd $top_srcdir; top_srcdir=`pwd` -export STAT_CONFIG_PATH=$top_srcdir/config +STAT_CONFIG_PATH=$top_srcdir/config +export STAT_CONFIG_PATH cleanup() diff --git a/tests/command/t-test-indep-missing-anal.sh b/tests/command/t-test-indep-missing-anal.sh index 9fc7181708..fdcccda179 100755 --- a/tests/command/t-test-indep-missing-anal.sh +++ b/tests/command/t-test-indep-missing-anal.sh @@ -11,7 +11,8 @@ here=`pwd`; # ensure that top_srcdir is absolute cd $top_srcdir; top_srcdir=`pwd` -export STAT_CONFIG_PATH=$top_srcdir/config +STAT_CONFIG_PATH=$top_srcdir/config +export STAT_CONFIG_PATH cleanup() diff --git a/tests/command/t-test-indep-missing-list.sh b/tests/command/t-test-indep-missing-list.sh index 8efbb4e3fc..6e473d91ec 100755 --- a/tests/command/t-test-indep-missing-list.sh +++ b/tests/command/t-test-indep-missing-list.sh @@ -11,7 +11,8 @@ here=`pwd`; # ensure that top_srcdir is absolute cd $top_srcdir; top_srcdir=`pwd` -export STAT_CONFIG_PATH=$top_srcdir/config +STAT_CONFIG_PATH=$top_srcdir/config +export STAT_CONFIG_PATH cleanup() diff --git a/tests/command/t-test-paired-missing-anal.sh b/tests/command/t-test-paired-missing-anal.sh index de024ee5ec..51415cc5d0 100755 --- a/tests/command/t-test-paired-missing-anal.sh +++ b/tests/command/t-test-paired-missing-anal.sh @@ -11,7 +11,8 @@ here=`pwd`; # ensure that top_srcdir is absolute cd $top_srcdir; top_srcdir=`pwd` -export STAT_CONFIG_PATH=$top_srcdir/config +STAT_CONFIG_PATH=$top_srcdir/config +export STAT_CONFIG_PATH cleanup() diff --git a/tests/command/t-test-paired-missing-list.sh b/tests/command/t-test-paired-missing-list.sh index d45ed85713..d6623f7f6f 100755 --- a/tests/command/t-test-paired-missing-list.sh +++ b/tests/command/t-test-paired-missing-list.sh @@ -11,7 +11,8 @@ here=`pwd`; # ensure that top_srcdir is absolute cd $top_srcdir; top_srcdir=`pwd` -export STAT_CONFIG_PATH=$top_srcdir/config +STAT_CONFIG_PATH=$top_srcdir/config +export STAT_CONFIG_PATH cleanup() diff --git a/tests/command/t-test-pairs.sh b/tests/command/t-test-pairs.sh index 4efedd8c73..3d7015f280 100755 --- a/tests/command/t-test-pairs.sh +++ b/tests/command/t-test-pairs.sh @@ -10,7 +10,8 @@ here=`pwd`; # ensure that top_srcdir is absolute cd $top_srcdir; top_srcdir=`pwd` -export STAT_CONFIG_PATH=$top_srcdir/config +STAT_CONFIG_PATH=$top_srcdir/config +export STAT_CONFIG_PATH cleanup() diff --git a/tests/command/tabs.sh b/tests/command/tabs.sh index 29d8d3cb88..5f77f9c208 100755 --- a/tests/command/tabs.sh +++ b/tests/command/tabs.sh @@ -10,7 +10,8 @@ here=`pwd`; # ensure that top_srcdir is absolute cd $top_srcdir; top_srcdir=`pwd` -export STAT_CONFIG_PATH=$top_srcdir/config +STAT_CONFIG_PATH=$top_srcdir/config +export STAT_CONFIG_PATH cleanup() diff --git a/tests/command/trimmed-mean.sh b/tests/command/trimmed-mean.sh index ade3b86944..70b79918e0 100755 --- a/tests/command/trimmed-mean.sh +++ b/tests/command/trimmed-mean.sh @@ -11,7 +11,8 @@ here=`pwd`; # ensure that top_srcdir is absolute cd $top_srcdir; top_srcdir=`pwd` -export STAT_CONFIG_PATH=$top_srcdir/config +STAT_CONFIG_PATH=$top_srcdir/config +export STAT_CONFIG_PATH cleanup() diff --git a/tests/command/use.sh b/tests/command/use.sh index 127d77aa1d..95af52b07d 100755 --- a/tests/command/use.sh +++ b/tests/command/use.sh @@ -10,7 +10,8 @@ here=`pwd`; # ensure that top_srcdir is absolute cd $top_srcdir; top_srcdir=`pwd` -export STAT_CONFIG_PATH=$top_srcdir/config +STAT_CONFIG_PATH=$top_srcdir/config +export STAT_CONFIG_PATH cleanup() diff --git a/tests/command/weight.sh b/tests/command/weight.sh index 8f759b21c2..3793028d10 100755 --- a/tests/command/weight.sh +++ b/tests/command/weight.sh @@ -10,7 +10,8 @@ here=`pwd`; # ensure that top_srcdir is absolute cd $top_srcdir; top_srcdir=`pwd` -export STAT_CONFIG_PATH=$top_srcdir/config +STAT_CONFIG_PATH=$top_srcdir/config +export STAT_CONFIG_PATH cleanup() diff --git a/tests/coverage.sh b/tests/coverage.sh index da330e9f96..de91adc6dc 100755 --- a/tests/coverage.sh +++ b/tests/coverage.sh @@ -6,18 +6,21 @@ # To use it: # # make distclean -# export CFLAGS="-O0 -g -fprofile-arcs -ftest-coverage" +# CFLAGS="-O0 -g -fprofile-arcs -ftest-coverage" +# export CFLAGS # ./configure # make check # tests/coverage.sh -export TEMPDIR=/tmp/pspp-cov-$$ +TEMPDIR=/tmp/pspp-cov-$$ +export TEMPDIR mkdir -p $TEMPDIR files=`find src -name '*.c'` -export summary_file="$TEMPDIR/coverage.txt" +summary_file="$TEMPDIR/coverage.txt" +export summary_file rm -f $summary_file diff --git a/tests/expressions/epoch.sh b/tests/expressions/epoch.sh index a95f2216b3..7bfced01da 100755 --- a/tests/expressions/epoch.sh +++ b/tests/expressions/epoch.sh @@ -9,7 +9,8 @@ here=`pwd`; # ensure that top_srcdir is absolute cd $top_srcdir; top_srcdir=`pwd` -export STAT_CONFIG_PATH=$top_srcdir/config +STAT_CONFIG_PATH=$top_srcdir/config +export STAT_CONFIG_PATH cleanup() diff --git a/tests/expressions/expressions.sh b/tests/expressions/expressions.sh index c4e48f4090..a280988082 100755 --- a/tests/expressions/expressions.sh +++ b/tests/expressions/expressions.sh @@ -9,7 +9,8 @@ here=`pwd`; # ensure that top_srcdir is absolute cd $top_srcdir; top_srcdir=`pwd` -export STAT_CONFIG_PATH=$top_srcdir/config +STAT_CONFIG_PATH=$top_srcdir/config +export STAT_CONFIG_PATH cleanup() diff --git a/tests/expressions/randist.sh b/tests/expressions/randist.sh index 102492ad45..9c1ed925c6 100755 --- a/tests/expressions/randist.sh +++ b/tests/expressions/randist.sh @@ -9,7 +9,8 @@ here=`pwd`; # ensure that top_srcdir is absolute cd $top_srcdir; top_srcdir=`pwd` -export STAT_CONFIG_PATH=$top_srcdir/config +STAT_CONFIG_PATH=$top_srcdir/config +export STAT_CONFIG_PATH cleanup() diff --git a/tests/expressions/variables.sh b/tests/expressions/variables.sh index 9f325c7c07..d67a9c4cd5 100755 --- a/tests/expressions/variables.sh +++ b/tests/expressions/variables.sh @@ -9,7 +9,8 @@ here=`pwd`; # ensure that top_srcdir is absolute cd $top_srcdir; top_srcdir=`pwd` -export STAT_CONFIG_PATH=$top_srcdir/config +STAT_CONFIG_PATH=$top_srcdir/config +export STAT_CONFIG_PATH cleanup() diff --git a/tests/expressions/vectors.sh b/tests/expressions/vectors.sh index 604920ed27..8dc563be84 100755 --- a/tests/expressions/vectors.sh +++ b/tests/expressions/vectors.sh @@ -9,7 +9,8 @@ here=`pwd`; # ensure that top_srcdir is absolute cd $top_srcdir; top_srcdir=`pwd` -export STAT_CONFIG_PATH=$top_srcdir/config +STAT_CONFIG_PATH=$top_srcdir/config +export STAT_CONFIG_PATH cleanup() diff --git a/tests/stats/descript-basic.sh b/tests/stats/descript-basic.sh index e904eeece8..c86e060402 100755 --- a/tests/stats/descript-basic.sh +++ b/tests/stats/descript-basic.sh @@ -9,7 +9,8 @@ here=`pwd`; # ensure that top_srcdir is absolute cd $top_srcdir; top_srcdir=`pwd` -export STAT_CONFIG_PATH=$top_srcdir/config +STAT_CONFIG_PATH=$top_srcdir/config +export STAT_CONFIG_PATH cleanup() diff --git a/tests/stats/descript-mean-bug.sh b/tests/stats/descript-mean-bug.sh index 48ff213ba0..8588c76117 100755 --- a/tests/stats/descript-mean-bug.sh +++ b/tests/stats/descript-mean-bug.sh @@ -10,7 +10,8 @@ here=`pwd`; # ensure that top_srcdir is absolute cd $top_srcdir; top_srcdir=`pwd` -export STAT_CONFIG_PATH=$top_srcdir/config +STAT_CONFIG_PATH=$top_srcdir/config +export STAT_CONFIG_PATH cleanup() diff --git a/tests/stats/descript-missing.sh b/tests/stats/descript-missing.sh index 3820a5f328..ae8bc5a0c9 100755 --- a/tests/stats/descript-missing.sh +++ b/tests/stats/descript-missing.sh @@ -9,7 +9,8 @@ here=`pwd`; # ensure that top_srcdir is absolute cd $top_srcdir; top_srcdir=`pwd` -export STAT_CONFIG_PATH=$top_srcdir/config +STAT_CONFIG_PATH=$top_srcdir/config +export STAT_CONFIG_PATH cleanup() diff --git a/tests/stats/moments.sh b/tests/stats/moments.sh index 0bca3fbcfa..8c98bb638e 100755 --- a/tests/stats/moments.sh +++ b/tests/stats/moments.sh @@ -9,7 +9,8 @@ here=`pwd`; # ensure that top_srcdir is absolute cd $top_srcdir; top_srcdir=`pwd` -export STAT_CONFIG_PATH=$top_srcdir/config +STAT_CONFIG_PATH=$top_srcdir/config +export STAT_CONFIG_PATH cleanup() diff --git a/tests/stats/ntiles.sh b/tests/stats/ntiles.sh index 35d4af737d..7cea4f2441 100755 --- a/tests/stats/ntiles.sh +++ b/tests/stats/ntiles.sh @@ -9,7 +9,8 @@ here=`pwd`; # ensure that top_srcdir is absolute cd $top_srcdir; top_srcdir=`pwd` -export STAT_CONFIG_PATH=$top_srcdir/config +STAT_CONFIG_PATH=$top_srcdir/config +export STAT_CONFIG_PATH cleanup() diff --git a/tests/stats/percentiles-compatible.sh b/tests/stats/percentiles-compatible.sh index b16cd58b95..c9858bdc61 100755 --- a/tests/stats/percentiles-compatible.sh +++ b/tests/stats/percentiles-compatible.sh @@ -10,7 +10,8 @@ here=`pwd`; # ensure that top_srcdir is absolute cd $top_srcdir; top_srcdir=`pwd` -export STAT_CONFIG_PATH=$top_srcdir/config +STAT_CONFIG_PATH=$top_srcdir/config +export STAT_CONFIG_PATH cleanup() diff --git a/tests/stats/percentiles-enhanced.sh b/tests/stats/percentiles-enhanced.sh index 38fc7dd48a..13b24c2991 100755 --- a/tests/stats/percentiles-enhanced.sh +++ b/tests/stats/percentiles-enhanced.sh @@ -10,7 +10,8 @@ here=`pwd`; # ensure that top_srcdir is absolute cd $top_srcdir; top_srcdir=`pwd` -export STAT_CONFIG_PATH=$top_srcdir/config +STAT_CONFIG_PATH=$top_srcdir/config +export STAT_CONFIG_PATH cleanup() diff --git a/tests/xforms/casefile.sh b/tests/xforms/casefile.sh index 015ce8c6f2..a3a6df0e28 100755 --- a/tests/xforms/casefile.sh +++ b/tests/xforms/casefile.sh @@ -9,7 +9,8 @@ here=`pwd`; # ensure that top_srcdir is absolute cd $top_srcdir; top_srcdir=`pwd` -export STAT_CONFIG_PATH=$top_srcdir/config +STAT_CONFIG_PATH=$top_srcdir/config +export STAT_CONFIG_PATH cleanup() diff --git a/tests/xforms/expressions.sh b/tests/xforms/expressions.sh index 978436ef06..dfa31e8b39 100755 --- a/tests/xforms/expressions.sh +++ b/tests/xforms/expressions.sh @@ -9,7 +9,8 @@ here=`pwd`; # ensure that top_srcdir is absolute cd $top_srcdir; top_srcdir=`pwd` -export STAT_CONFIG_PATH=$top_srcdir/config +STAT_CONFIG_PATH=$top_srcdir/config +export STAT_CONFIG_PATH cleanup() -- 2.30.2