Ticket #3729: 3729-0004-extfs-uace-make-it-testable.patch

File 3729-0004-extfs-uace-make-it-testable.patch, 687 bytes (added by mooffie, 7 years ago)
  • src/vfs/extfs/helpers/uace.in

    From 1cc1a4c5783faab1a7cd330ff7e86ec23345156c Mon Sep 17 00:00:00 2001
    From: Mooffie <mooffie@gmail.com>
    Date: Mon, 12 Dec 2016 04:21:35 +0200
    Subject: [PATCH 04/13] extfs: uace: make it testable.
    
    ---
     src/vfs/extfs/helpers/uace.in | 2 +-
     1 file changed, 1 insertion(+), 1 deletion(-)
    
    diff --git a/src/vfs/extfs/helpers/uace.in b/src/vfs/extfs/helpers/uace.in
    index c29b9de..22eae30 100644
    a b  
    1616# 
    1717 
    1818# Define which archiver you are using with appropriate options 
    19 ACE_LIST="unace l" 
     19ACE_LIST=${MC_TEST_EXTFS_LIST_CMD:-"unace l"} 
    2020ACE_GET="unace x" 
    2121# ACE_PUT="unace ?"  not available 
    2222