diff options
author | Keith Maxwell <keith.maxwell@gmail.com> | 2020-04-13 10:02:05 +0100 |
---|---|---|
committer | Leo <thinkabit.ukim@gmail.com> | 2020-04-14 15:45:05 +0000 |
commit | 1bcbe1dd544a1d306ea9a3d1df03888cf5ffd4c0 (patch) | |
tree | 3f9a07bbbb8f36e91c5bb376b1ef7ef636a4f338 /testing/ruby-posix-spawn/tests-skip-failing.patch | |
parent | 1d6d15e604e891da8be27cfb770c736d7afde27c (diff) | |
download | aports-1bcbe1dd544a1d306ea9a3d1df03888cf5ffd4c0.tar.bz2 aports-1bcbe1dd544a1d306ea9a3d1df03888cf5ffd4c0.tar.xz |
community/ruby-posix-spawn: move from testing
Minor changes to pass lint
Diffstat (limited to 'testing/ruby-posix-spawn/tests-skip-failing.patch')
-rw-r--r-- | testing/ruby-posix-spawn/tests-skip-failing.patch | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/testing/ruby-posix-spawn/tests-skip-failing.patch b/testing/ruby-posix-spawn/tests-skip-failing.patch deleted file mode 100644 index 67bce11424..0000000000 --- a/testing/ruby-posix-spawn/tests-skip-failing.patch +++ /dev/null @@ -1,10 +0,0 @@ ---- a/test/test_spawn.rb -+++ b/test/test_spawn.rb -@@ -17,6 +17,7 @@ - end - - def test_spawn_with_cmdname_and_argv0_tuple -+ skip 'I have no idea what is going on here' - pid = _spawn(['true', 'not-true'], 'some', 'args', 'toooo') - assert_process_exit_ok pid - end |