Skip to content

Commit

Permalink
make the proc_meminfo_agent_test.rb executable
Browse files Browse the repository at this point in the history
to avoid "Permission denied" error at Travis
  • Loading branch information
lslezak committed Oct 2, 2014
1 parent 99bda4e commit 03e430d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 2 additions & 0 deletions library/general/test/agents_test/proc_meminfo_agent_test.rb 100644 → 100755
@@ -1,3 +1,5 @@
#!/usr/bin/env rspec

require_relative "../test_helper"
require "yast"

Expand Down
3 changes: 1 addition & 2 deletions library/systemd/test/Makefile.am
@@ -1,5 +1,4 @@
TESTS = \
test_helper.rb \
systemctl_test.rb \
systemd_unit_test.rb \
systemd_socket_test.rb \
Expand All @@ -10,5 +9,5 @@ TEST_EXTENSIONS = .rb
RB_LOG_COMPILER = rspec
VERBOSE = 1

EXTRA_DIST = $(TESTS)
EXTRA_DIST = $(TESTS) test_helper.rb

0 comments on commit 03e430d

Please sign in to comment.