pipe: fix pipe test case failed

pipe shouldn't use /tmp folder, /tmp maybe mounted to tmpfs

Signed-off-by: ligd <liguiding1@xiaomi.com>
This commit is contained in:
ligd 2022-12-20 21:57:54 +08:00 committed by Xiang Xiao
parent 867897ad53
commit 9fcb58fb8a

View File

@ -33,8 +33,8 @@
* Pre-processor Definitions
****************************************************************************/
#define FIFO_PATH1 "/tmp/testfifo-1"
#define FIFO_PATH2 "/tmp/testfifo-2"
#define FIFO_PATH1 "/var/testfifo-1"
#define FIFO_PATH2 "/var/testfifo-2"
/****************************************************************************
* Public Types