mirror of
https://salsa.debian.org/freeipa-team/freeipa.git
synced 2025-02-25 18:55:28 -06:00
ipaplatform: Move all filesystem paths to ipaplatform.paths module
https://fedorahosted.org/freeipa/ticket/4052 Reviewed-By: Petr Viktorin <pviktori@redhat.com>
This commit is contained in:
committed by
Petr Viktorin
parent
c7edd7b68c
commit
4d2ef43f28
@@ -28,6 +28,7 @@ import os
|
||||
|
||||
from ipalib import api
|
||||
from ipalib import errors
|
||||
from ipaplatform.paths import paths
|
||||
from ipatests.test_xmlrpc.xmlrpc_test import XMLRPC_test
|
||||
from ipaserver.plugins.ldap2 import ldap2
|
||||
|
||||
@@ -49,7 +50,7 @@ class cmdline_test(XMLRPC_test):
|
||||
Base class for all command-line tests
|
||||
"""
|
||||
# some reasonable default command
|
||||
command = '/bin/ls'
|
||||
command = paths.LS
|
||||
|
||||
def setUp(self):
|
||||
# Find the executable in $PATH
|
||||
|
||||
Reference in New Issue
Block a user