mirror of
https://github.com/jart/cosmopolitan.git
synced 2025-08-06 18:00:28 +00:00
use EXPECT_SYS
This commit is contained in:
parent
2c0734aa9b
commit
8a02bf33f2
1 changed files with 1 additions and 1 deletions
|
@ -79,7 +79,7 @@ TEST(GetProgramExecutableName, ofThisFile) {
|
|||
} else {
|
||||
EXPECT_EQ('/', *self);
|
||||
EXPECT_TRUE(!!strstr(self, "getprogramexecutablename_test"));
|
||||
ASSERT_SYS(0, 0, access(self, X_OK));
|
||||
EXPECT_SYS(0, 0, access(self, X_OK));
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue