We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents f80b15b + 0e749b2 commit c6c36e6Copy full SHA for c6c36e6
Formula/a/attr.rb
@@ -28,7 +28,7 @@ def install
28
29
test do
30
(testpath/"test.txt").write("Hello World!\n")
31
- system bin/"attr", "-s", "name", "test.txt"
+ pipe_output "#{bin}/attr -s name test.txt", ""
32
assert_match 'Attribute "name" has a 0 byte value for test.txt',
33
shell_output(bin/"attr -l test.txt")
34
end
0 commit comments