From b44069730b63600dc57b553ba72c4a11551aa690 Mon Sep 17 00:00:00 2001 From: Richard Levitte Date: Wed, 14 Aug 2002 11:08:43 +0000 Subject: Make sure that the test input file comes in the same record format as the typical output from a program in C. PR: 222 --- test/tsid.com | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'test/tsid.com') diff --git a/test/tsid.com b/test/tsid.com index bde23f9bb9..abd1d4d737 100644 --- a/test/tsid.com +++ b/test/tsid.com @@ -13,7 +13,9 @@ $ write sys$output "testing session-id conversions" $ if f$search("fff.*") .nes "" then delete fff.*;* $ if f$search("ff.*") .nes "" then delete ff.*;* $ if f$search("f.*") .nes "" then delete f.*;* -$ copy 't' fff.p +$ convert/fdl=sys$input: 't' fff.p +RECORD + FORMAT STREAM_LF $ $ write sys$output "p -> d" $ 'cmd' -in fff.p -inform p -outform d -out f.d -- cgit v1.2.3