search for: bbd334e

Displaying 1 result from an estimated 1 matches for "bbd334e".

Did you mean: bb6f34e
2016 Feb 03
2
[PATCH 1/2] daemon: glob: do not return directories with trailing slash
...test-noexec-stack.pl TESTS = \ @@ -77,6 +78,7 @@ TESTS = \ rhbz1175196.sh \ rhbz1232192.sh \ rhbz1285847.sh \ + rhbz1293271.sh \ test-big-heap \ test-noexec-stack.pl diff --git a/tests/regressions/rhbz1293271.sh b/tests/regressions/rhbz1293271.sh new file mode 100755 index 0000000..bbd334e --- /dev/null +++ b/tests/regressions/rhbz1293271.sh @@ -0,0 +1,70 @@ +#!/bin/bash - +# libguestfs +# Copyright (C) 2016 Red Hat Inc. +# +# This program is free software; you can redistribute it and/or modify +# it under the terms of the GNU General Public License as published by +# the Free Softwa...