From a8040ad63832a39b1fa88864efefddf435a5e100 Mon Sep 17 00:00:00 2001 From: Adam Stokes Date: Wed, 10 Apr 2013 16:16:49 -0400 Subject: Fix test for shell_output - ENV['PATH'] is blank when running this test so we can not rely on cmd_env['PATH']. I dont know if PATH is supposed to be blank in this setup or not so we hardcode in a python executable. Signed-off-by: Adam Stokes --- tests/test_exe.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests') diff --git a/tests/test_exe.py b/tests/test_exe.py index f35d93f0..09b2813e 100755 --- a/tests/test_exe.py +++ b/tests/test_exe.py @@ -1,2 +1,2 @@ -#!/usr/bin/env python +#!/usr/bin/python print "executed" -- cgit