From e54f7f18da81b56a52d1d96ff74403f58de0cf6d Mon Sep 17 00:00:00 2001 From: Bil Simser Date: Tue, 11 May 1999 07:02:46 +0000 Subject: [PATCH] Adding OS.PRG to tests --- harbour/tests/working/os.prg | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 harbour/tests/working/os.prg diff --git a/harbour/tests/working/os.prg b/harbour/tests/working/os.prg new file mode 100644 index 0000000000..23afbe1504 --- /dev/null +++ b/harbour/tests/working/os.prg @@ -0,0 +1,7 @@ +// Testing the OS function + +function Main() + + QOUT( OS() ) + +return nil