Skip to content

Commit

Permalink
Revert "test: unit/popen"
Browse files Browse the repository at this point in the history
Found another problem with the test:

 | /builds/DtQXhC5e/0/tarantool/tarantool/test/unit/popen.c:63:6:
 | error: variable 'rc' is used uninitialized whenever 'if' condition is true [-Werror,-Wsometimes-uninitialized]
 |        if (handle == NULL)
 |            ^~~~~~~~~~~~~~

Decided to revert it and fix in background.

This reverts commit 40a5164.
  • Loading branch information
Totktonada committed Feb 28, 2020
1 parent 7ae5014 commit 5e5d5a4
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 284 deletions.
3 changes: 0 additions & 3 deletions test/unit/CMakeLists.txt
Expand Up @@ -240,6 +240,3 @@ target_link_libraries(swim_errinj.test unit swim)

add_executable(merger.test merger.test.c)
target_link_libraries(merger.test unit core box)

add_executable(popen.test popen.c)
target_link_libraries(popen.test misc unit core)
253 changes: 0 additions & 253 deletions test/unit/popen.c

This file was deleted.

28 changes: 0 additions & 28 deletions test/unit/popen.result

This file was deleted.

0 comments on commit 5e5d5a4

Please sign in to comment.