From dc750bb2a807a4807a2918fedce756981ea6451c Mon Sep 17 00:00:00 2001 From: Andrew Santosa Date: Sun, 31 Mar 2019 11:30:57 +0800 Subject: Made test/Runtime/POSIX/GenBout.c run in an isolated directory --- test/Runtime/POSIX/GenBout.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'test/Runtime/POSIX/GenBout.c') diff --git a/test/Runtime/POSIX/GenBout.c b/test/Runtime/POSIX/GenBout.c index 44979735..1aac748c 100644 --- a/test/Runtime/POSIX/GenBout.c +++ b/test/Runtime/POSIX/GenBout.c @@ -1,4 +1,6 @@ -// RUN: rm -rf file.bout +// -- Core testing commands +// RUN: rm -rf %t.out +// RUN: mkdir -p %t.out && cd %t.out // RUN: echo -n aaaa > %t.aaaa.txt // RUN: echo -n bbbb > %t.bbbb.txt // RUN: echo -n cccc > %t.cccc.txt -- cgit 1.4.1