mirror of
https://github.com/MariaDB/server.git
synced 2025-02-02 03:51:50 +01:00
Addresses #1531 Fix test-open-rename
git-svn-id: file:///svn/toku/tokudb@10348 c7de825b-a66e-492c-adef-691d508d4ae1
This commit is contained in:
parent
23ea22b624
commit
5696890bb1
1 changed files with 2 additions and 1 deletions
|
@ -22,7 +22,8 @@ int main(void) {
|
|||
int r;
|
||||
int fd;
|
||||
|
||||
system("rm -rf test-open-unlink-file");
|
||||
r = system("rm -rf " TESTFILE); assert(r==0);
|
||||
r = system("rm -rf " NEWNAME); assert(r==0);
|
||||
|
||||
fd = open(TESTFILE, O_CREAT+O_RDWR, S_IRUSR+S_IWUSR);
|
||||
assert(fd != -1);
|
||||
|
|
Loading…
Add table
Reference in a new issue