diff options
| author | fukachan <fukachan> | 2010-03-07 13:24:56 +0000 |
|---|---|---|
| committer | fukachan <fukachan> | 2010-03-07 13:24:56 +0000 |
| commit | abd10b8bb57d469af413f1a4f1365d24ea97c45c (patch) | |
| tree | ae21f4a97fd764adb8e3052491c3f29772af4237 /regress | |
| parent | f203242dd4e6fb42cca895f77181bef888918e09 (diff) | |
| download | fml8-abd10b8bb57d469af413f1a4f1365d24ea97c45c.tar.gz fml8-abd10b8bb57d469af413f1a4f1365d24ea97c45c.tar.bz2 fml8-abd10b8bb57d469af413f1a4f1365d24ea97c45c.zip | |
we should not scramble test messages in command mode test.
so, regress/message/scramble.pl checks environment variable MODE.
Diffstat (limited to 'regress')
| -rwxr-xr-x | regress/simulation/emul_fmlpl_command.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/regress/simulation/emul_fmlpl_command.sh b/regress/simulation/emul_fmlpl_command.sh index 14f18cb4..813c40cd 100755 --- a/regress/simulation/emul_fmlpl_command.sh +++ b/regress/simulation/emul_fmlpl_command.sh @@ -1,6 +1,6 @@ #!/bin/sh # -# $FML: emul_fmlpl_command.sh,v 1.1 2004/11/24 02:15:11 fukachan Exp $ +# $FML: emul_fmlpl_command.sh,v 1.2 2004/12/29 10:27:30 fukachan Exp $ # buf=$PWD/__command$$__ @@ -29,7 +29,7 @@ DO () { cp fml/libexec/loader /tmp/fml.pl - regress/message/scramble.pl $msg |\ + env MODE=command regress/message/scramble.pl $msg |\ ${PERL:-perl} -w /tmp/fml.pl -c $maincf \ -o $option \ --ctladdr \ |
