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 1f67dd35..17818161 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 0cadfe2c..de2b1989 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 fcd4eaca..b3a9d09a 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 9f6cd341..0fea4aba 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 740147ea..84fc288b 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 6f6ff259..c1e2aae6 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 b192f0c3..eada06b7 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 a2f91f15..e310cfb0 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 01675aea..24e7feda 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 db301560..18902db1 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 1635fe58..0125d7e7 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 a004ce59..7b060a58 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 b96c476e..66b67f76 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 9e90edc6..77895ffe 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 14206a59..c34657b9 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 7df000f9..814e3228 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 824d93c3..1a1bcb32 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 7c12397a..5d8c2bf0 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 a2bb34fa..fc3417b7 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 18461c00..d7652881 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 72683b28..5636784d 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 afdea8a9..9646b003 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 650c096c..50161af6 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 1d8b05e7..a2db6391 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 559c5198..9fc88dea 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 6a469397..db8c5a1f 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 f1f37f8f..74e1eb00 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 9a775d31..520804d6 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 2b747c62..e2d0d12a 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 d2c10614..537c5e0b 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 0d8e61e0..b0b4e3c3 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 2f7d7919..f96ba669 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 7d316ed3..88a17487 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 b1e7abb0..e0597f46 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 fd14d66d..c6f48ae9 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 98b2c078..6f3c8e15 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 4820ab66..66ef60cc 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 24d0dd3f..d69223e3 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 641747b7..052acb3b 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 134c8bba..bbcd589a 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 760ac7d8..64d63a8e 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 e7ce3121..55d6ca7b 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 2275461a..37a33379 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 102a44bf..f8d3ccad 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 fea4d876..99a3f6fd 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 59cf5b3b..0745d932 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 d8e543ea..2face721 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 68886f73..41b8b13d 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 bafb7491..e1a16993 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 c1e67dd4..894b44f8 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 22ee75fb..7a8a33f7 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 3535134b..7cb5e2fb 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 bb472939..e3827383 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 1abfdbce..7f155b03 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 322c4216..661a1c00 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 3075467c..c3bd7038 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 6245ec8f..c8686090 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 f485fc00..73f9325b 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 a1be60c9..51e0d8eb 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 28c903f9..2295a121 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 6dfe00c9..fc5641f2 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 f51881a3..c627967d 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 47f2fa88..2c2d5737 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 ab87ddea..ab5ab8d0 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 8e14c94d..ffa00c35 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 246fc092..c842b339 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 2352a70f..b504cdec 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 12986d07..ea4caff1 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 6031aee3..9782386e 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 986f27d5..e53adafd 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 30402bda..2cc67c59 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 495dc832..aedded1a 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 9fc71817..fdcccda1 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 8efbb4e3..6e473d91 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 de024ee5..51415cc5 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 d45ed857..d6623f7f 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 4efedd8c..3d7015f2 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 29d8d3cb..5f77f9c2 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 ade3b869..70b79918 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 127d77aa..95af52b0 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 8f759b21..3793028d 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 da330e9f..de91adc6 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 a95f2216..7bfced01 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 c4e48f40..a2809880 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 102492ad..9c1ed925 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 9f325c7c..d67a9c4c 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 604920ed..8dc563be 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 e904eeec..c86e0604 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 48ff213b..8588c761 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 3820a5f3..ae8bc5a0 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 0bca3fbc..8c98bb63 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 35d4af73..7cea4f24 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 b16cd58b..c9858bdc 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 38fc7dd4..13b24c29 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 015ce8c6..a3a6df0e 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 978436ef..dfa31e8b 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