test suite reviews and discussions
 help / color / mirror / Atom feed
* [dts] [PATCH V1] delete alias sed=gsed on freebsd
@ 2017-08-30  6:15 xu,gang
  2017-08-30  6:15 ` Liu, Yong
  0 siblings, 1 reply; 3+ messages in thread
From: xu,gang @ 2017-08-30  6:15 UTC (permalink / raw)
  To: dts; +Cc: xu,gang

freebsd support sed and have not gsed

Signed-off-by: xu,gang <gangx.xu@intel.com>
---
 framework/dut.py | 1 -
 1 file changed, 1 deletion(-)

diff --git a/framework/dut.py b/framework/dut.py
index 51a8f45..22ff0bb 100644
--- a/framework/dut.py
+++ b/framework/dut.py
@@ -190,7 +190,6 @@ class Dut(Crb):
 
         if self.get_os_type() == 'freebsd':
             self.send_expect('alias make=gmake', '# ')
-            self.send_expect('alias sed=gsed', '# ')
 
         self.init_core_list()
         self.pci_devices_information()
-- 
1.9.3

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2017-08-30  8:50 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-08-30  6:15 [dts] [PATCH V1] delete alias sed=gsed on freebsd xu,gang
2017-08-30  6:15 ` Liu, Yong
2017-08-30 17:33   ` Liu, Yong

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).