Skip to content

Commit

Permalink
Fix spawner user switching tests.
Browse files Browse the repository at this point in the history
  • Loading branch information
FooBarWidget committed Feb 27, 2013
1 parent 50a2a3e commit 2df9cbf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/cxx/ApplicationPool2/SpawnerTestCases.cpp
Expand Up @@ -21,7 +21,7 @@
spawner = createSpawner(options)

#define RUN_USER_SWITCHING_TEST() \
spawner->spawn(options); \
process = spawner->spawn(options); \
BufferedIO io(FileDescriptor(open("/tmp/info.txt", O_RDONLY))); \
uid_t uid = (uid_t) atol(io.readLine().c_str()); \
gid_t gid = (gid_t) atol(io.readLine().c_str()); \
Expand Down

0 comments on commit 2df9cbf

Please sign in to comment.