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:
parent
867897ad53
commit
9fcb58fb8a
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user