فهرست منبع

fix stderr/stdout redirection in tests

Pi 2 ماه پیش
والد
کامیت
1b5d7c952f
1فایلهای تغییر یافته به همراه2 افزوده شده و 2 حذف شده
  1. 2 2
      tests/test.sh

+ 2 - 2
tests/test.sh

@@ -6,8 +6,8 @@ FILTER="${1:-}"
 : "${DEBUG:=false}"
 if "$DEBUG"
 then
-	REDIR1="&1"
-	REDIR2="&2"
+	REDIR1=/proc/self/fd/1
+	REDIR2=/proc/self/fd/2
 else
 	REDIR1=/dev/null
 	REDIR2=/dev/null